From 840d76586528a4f4335d1b8138378d8fa9a42aff Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 5 Jul 2012 16:16:31 -0700 Subject: [PATCH] fix escaping in cust_main.company, got lost in #940 somehow? --- httemplate/view/cust_main/contacts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.11.0