X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fprospect_main.html;h=f4dd4146f1b2d8f956a08741f69adfe59873123c;hp=2fde797c6e914d9d1822e32e964ba34b71ce9ddd;hb=f3e7167443a72ca8136dfec7d67d8e5c8d648611;hpb=ebd7d1be21224877db7dff9972d02aedc9b35cd6 diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index 2fde797c6..f4dd4146f 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -108,8 +108,7 @@ my $prospect_main = qsearchs( { }); die "Prospect not found!" unless $prospect_main; -my $title = encode_entities($prospect_main->name); -$title = mt("Prospect"). ": $title"; +my $title = mt("Prospect"). ': '. $prospect_main->name; $title .= ' ('.mt('DISABLED').')' if $prospect_main->disabled;