X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fpopup_link.html;h=2394681ee2779b19d4e42263021db0be27546d48;hp=e9728ac1c532b552ab0bf6787690124658dfa36a;hb=3c42373d0d057f52836d7e3a73edfddeb2eff23c;hpb=b6f16a22bd93ec66ffbb1da30e63f7e950b3b819 diff --git a/httemplate/elements/popup_link.html b/httemplate/elements/popup_link.html index e9728ac1c..2394681ee 100644 --- a/httemplate/elements/popup_link.html +++ b/httemplate/elements/popup_link.html @@ -50,6 +50,7 @@ if (ref($_[0]) eq 'HASH') { } my $label = $params->{'label'}; +$label = encode_entities($label); $label =~ s/ / /g; $label = $params->{'html_label'} || $label; my $onclick = include('/elements/popup_link_onclick.html', $params);