From: Ivan Kohler Date: Thu, 5 Jul 2012 23:16:31 +0000 (-0700) Subject: fix escaping in cust_main.company, got lost in #940 somehow? X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=840d76586528a4f4335d1b8138378d8fa9a42aff;p=freeside.git fix escaping in cust_main.company, got lost in #940 somehow? --- diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 6213f27dd..9c6069182 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -33,7 +33,7 @@ % if ( $cust_main->company ) { <% mt('Company') |h %> - <% $cust_main->company %> + <% $cust_main->company |h %> % } % } # if $this eq 'bill'