[freeside-commits] branch FREESIDE_3_BRANCH updated. 809b7b5c08393a3cba0f7d8682eff3d72e4f4e32

Ivan ivan at 420.am
Sun Sep 25 12:27:02 PDT 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  809b7b5c08393a3cba0f7d8682eff3d72e4f4e32 (commit)
      from  24389dff37b486ed4f0281bd50a3ff1ee77ae74d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 809b7b5c08393a3cba0f7d8682eff3d72e4f4e32
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Sep 25 12:26:59 2016 -0700

    fix translation escaping

diff --git a/httemplate/edit/cust_main/name.html b/httemplate/edit/cust_main/name.html
index 4929f87..0b9e9e9 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>
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/cust_main/name.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list