fix translation escaping
authorIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 19:26:59 +0000 (12:26 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 19:26:59 +0000 (12:26 -0700)
httemplate/edit/cust_main/name.html

index 4929f87..0b9e9e9 100644 (file)
@@ -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>