diff options
Diffstat (limited to 'httemplate/elements/small_prospect_view.html')
-rw-r--r-- | httemplate/elements/small_prospect_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/small_prospect_view.html b/httemplate/elements/small_prospect_view.html index 4942e8dc7..26e830bc4 100644 --- a/httemplate/elements/small_prospect_view.html +++ b/httemplate/elements/small_prospect_view.html @@ -1,5 +1,5 @@ % my $link = "${p}view/prospect_main.html?". $prospect_main->prospectnum; -Prospect: <A HREF="<%$link%>"><% $prospect_main->name %></A> +Prospect: <A HREF="<%$link%>"><% $prospect_main->name |h %></A> <%init> my($prospect_main, %opt) = @_; |