From 3d18177c158acc492e9322677b11c8089df0fbc0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 11 Nov 2012 23:08:47 -0800 Subject: fix XSS --- httemplate/misc/xmlhttp-cust_main-duplicates.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httemplate/misc/xmlhttp-cust_main-duplicates.html') diff --git a/httemplate/misc/xmlhttp-cust_main-duplicates.html b/httemplate/misc/xmlhttp-cust_main-duplicates.html index 6654b3e39..7ee00af66 100644 --- a/httemplate/misc/xmlhttp-cust_main-duplicates.html +++ b/httemplate/misc/xmlhttp-cust_main-duplicates.html @@ -8,9 +8,9 @@ Choose an existing customer <% $custnum %>: - <% $_->name %>—<%$_->ucfirst_cust_status%>
-<% $_->address1 %>
-<% $_->city %>, <% $_->state %>  <% $_->zip %> + <% $_->name |h %>—<%$_->ucfirst_cust_status%>
+<% $_->address1 |h %>
+<% $_->city |h %>, <% $_->state %>  <% $_->zip %> -- cgit v1.2.1