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