From 3c42373d0d057f52836d7e3a73edfddeb2eff23c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 29 Sep 2016 10:11:14 -0700 Subject: [PATCH] remove popup border cruft (fix   fallout) --- httemplate/elements/popup_link.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0