summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;