summaryrefslogtreecommitdiff
path: root/httemplate/elements/popup_link.html
diff options
context:
space:
mode:
authorivan <ivan>2011-12-13 05:10:23 +0000
committerivan <ivan>2011-12-13 05:10:23 +0000
commitb429a422185206c645c84ec1c3540494d336b943 (patch)
treeb08fba0581e3569b2cf1e9bce5a8172c6921497c /httemplate/elements/popup_link.html
parentb0329dafd35e0296ec61fef4c35a687ff8866764 (diff)
add latitude/longitude to prospects, customers and package locations, RT#15539
Diffstat (limited to 'httemplate/elements/popup_link.html')
-rw-r--r--httemplate/elements/popup_link.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/popup_link.html b/httemplate/elements/popup_link.html
index fbb6ce3b8..e5f8c61ca 100644
--- a/httemplate/elements/popup_link.html
+++ b/httemplate/elements/popup_link.html
@@ -46,6 +46,7 @@ if (ref($_[0]) eq 'HASH') {
}
my $label = $params->{'label'};
+$label =~ s/ /&nbsp;/g;
my $onclick = include('/elements/popup_link_onclick.html', $params);
</%init>