summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-25 12:26:59 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-25 12:26:59 -0700
commit809b7b5c08393a3cba0f7d8682eff3d72e4f4e32 (patch)
tree847d34d5c187955efd024bf92e273f29d1148771 /httemplate
parent24389dff37b486ed4f0281bd50a3ff1ee77ae74d (diff)
fix translation escaping
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/cust_main/name.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/name.html b/httemplate/edit/cust_main/name.html
index 4929f8734..0b9e9e901 100644
--- a/httemplate/edit/cust_main/name.html
+++ b/httemplate/edit/cust_main/name.html
@@ -2,7 +2,7 @@
% my ($field, $value, $label, $extra) = @_;
<DIV STYLE="display: inline-block">
<INPUT TYPE="text" NAME="<% $field %>" VALUE="<% $value |h %>" <%$extra%>>
- <BR><FONT SIZE=-1><% mt($label) %></FONT>
+ <BR><FONT SIZE=-1><% emt($label) %></FONT>
</DIV>
</%def>