RT# 31964 Fix XSS
authorMitch Jackson <mitch@freeside.biz>
Sat, 27 Oct 2018 17:08:52 +0000 (13:08 -0400)
committerMitch Jackson <mitch@freeside.biz>
Sat, 27 Oct 2018 17:08:52 +0000 (13:08 -0400)
httemplate/view/prospect_main.html

index 66abffc..ac56fa7 100644 (file)
@@ -41,8 +41,8 @@
 
 % foreach my $contact ( $prospect_main->contact ) {
     <TR>
-      <TD ALIGN="right"><% $contact->contact_classname %> Contact</TD>
-      <TD BGCOLOR="#FFFFFF"><% $contact->line %></TD>
+      <TD ALIGN="right"><% $contact->contact_classname |h %> Contact</TD>
+      <TD BGCOLOR="#FFFFFF"><% $contact->line |h %></TD>
     </TR>
 %}