fix translation escaping
[freeside.git] / httemplate / edit / cust_main / name.html
index 9c6a24b..713f54c 100644 (file)
@@ -2,7 +2,7 @@
 % my ($field, $value, $label, $extra) = @_;
 <DIV STYLE="display: inline-block" ID="<% $field %>_input">
   <INPUT TYPE="text" NAME="<% $field %>" VALUE="<% $value |h %>" <%$extra%>>
-  <BR><FONT SIZE="-1" COLOR="#333333"><% mt($label) %></FONT>
+  <BR><FONT SIZE="-1" COLOR="#333333"><% emt($label) %></FONT>
 </DIV>
 </%def>