summaryrefslogtreecommitdiff
path: root/httemplate/elements/popup_link.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-29 10:11:16 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-29 10:11:16 -0700
commit5084c010fe7940c76b93490cf9c561a738b1ae7b (patch)
treeb7a7b155a1461db68421034db200e72295684a87 /httemplate/elements/popup_link.html
parentb2f778f0d9406c4edeb6a0c13aa6d6791e93b065 (diff)
remove popup border cruft (fix &nbsp; fallout)
Diffstat (limited to 'httemplate/elements/popup_link.html')
-rw-r--r--httemplate/elements/popup_link.html2
1 files changed, 1 insertions, 1 deletions
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/ /&nbsp;/g;
$label = encode_entities($label);
+$label =~ s/ /&nbsp;/g;
$label = $params->{'html_label'} || $label;
my $onclick = include('/elements/popup_link_onclick.html', $params);