diff options
| author | ivan <ivan> | 2011-12-13 05:10:23 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-12-13 05:10:23 +0000 |
| commit | b429a422185206c645c84ec1c3540494d336b943 (patch) | |
| tree | b08fba0581e3569b2cf1e9bce5a8172c6921497c /httemplate/elements/popup_link.html | |
| parent | b0329dafd35e0296ec61fef4c35a687ff8866764 (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.html | 1 |
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/ / /g; my $onclick = include('/elements/popup_link_onclick.html', $params); </%init> |
