diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 10:02:24 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 10:02:24 -0700 |
commit | 12aceb11a398b7b69bb494e8e26fa03afd088400 (patch) | |
tree | 7ea834698205aa6c30a50a553371eda1248b2f51 /httemplate/elements/popup_link.html | |
parent | ae58eda132b5a89ce251dbdf13822dee2f3bc92f (diff) |
remove popup border cruft
Diffstat (limited to 'httemplate/elements/popup_link.html')
-rw-r--r-- | httemplate/elements/popup_link.html | 1 |
1 files changed, 1 insertions, 0 deletions
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); |