summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-09 16:11:00 -0800
committerIvan Kohler <ivan@freeside.biz>2016-03-09 16:11:00 -0800
commit32a2544d3e29dae5ec17c0da44179cc15609ee0a (patch)
treea5aeae07b5cf97d2ef588ae128a4c7ffa6dce019 /httemplate/search
parent93ccf206d7b85674807171f29328831de5953b1f (diff)
xss
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/quotation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/quotation.html b/httemplate/search/quotation.html
index 2eba71cb0..16affeb02 100755
--- a/httemplate/search/quotation.html
+++ b/httemplate/search/quotation.html
@@ -27,7 +27,7 @@
$prospect_main ? $prospect_main->name : '';
},
sub { my $cust_main = shift->cust_main;
- $cust_main ? $cust_main->name : '';
+ $cust_main ? encode_entities($cust_main->name) : '';
},
'confidence',
sub { my $quot = shift;