fix translation escaping
[freeside.git] / 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>