X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fpopup_link.html;h=e5f8c61ca5b3eeb19f6a12adb06812d647acff01;hb=b6dbe0f12dbbe4ea5209367f905f937789b5b607;hp=fbb6ce3b8ad3d6e6dbf0d94a1be2a762292ba275;hpb=f3b1e139720b2262516ee3690b1d4b2b9941b500;p=freeside.git 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);