diff options
| -rw-r--r-- | httemplate/view/prospect_main.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index f4dd4146f..f9f22aaac 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -24,8 +24,8 @@ % foreach my $prospect_contact ( $prospect_main->prospect_contact ) { % my $contact = $prospect_contact->contact; <TR> - <TH ALIGN="right"><% $prospect_contact->contact_classname %> Contact</TD> - <TD BGCOLOR="#FFFFFF"><% $contact->line %></TD> + <TH ALIGN="right"><% $prospect_contact->contact_classname |h %> Contact</TD> + <TD BGCOLOR="#FFFFFF"><% $contact->line |h %></TD> </TR> %} @@ -55,7 +55,7 @@ <TR> <TH ALIGN="right">Tax status</TD> <TD BGCOLOR="#FFFFFF"> - <B><% $tax_status->taxstatus %>:</B> <% $tax_status->description %> + <B><% $tax_status->taxstatus |h %>:</B> <% $tax_status->description |h %> </TD> </TR> % } |
