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