[freeside-commits] branch master updated. 840d76586528a4f4335d1b8138378d8fa9a42aff
Ivan
ivan at 420.am
Thu Jul 5 16:16:35 PDT 2012
The branch, master has been updated
via 840d76586528a4f4335d1b8138378d8fa9a42aff (commit)
from 3063fb45f35d0cb5253871a540a8f0a0efa06b5a (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 840d76586528a4f4335d1b8138378d8fa9a42aff
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jul 5 16:16:31 2012 -0700
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 6213f27..9c60691 100644
--- a/httemplate/view/cust_main/contacts.html
+++ b/httemplate/view/cust_main/contacts.html
@@ -33,7 +33,7 @@
% if ( $cust_main->company ) {
<TR>
<TD ALIGN="right"><% mt('Company') |h %></TD>
- <TD COLSPAN=7 BGCOLOR="#ffffff"><% $cust_main->company %></TD>
+ <TD COLSPAN=7 BGCOLOR="#ffffff"><% $cust_main->company |h %></TD>
</TR>
% }
% } # if $this eq 'bill'
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/cust_main/contacts.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list