X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fcoord-links.html;h=45b81320162d6429f8997575f2b30488783f78e9;hb=88e9a56677d343392416c262f976f069157b06cb;hp=c885ade87e5b4e8de443d70b8057c3aaf2b3ac38;hpb=e91ed1c4a81c25757f812b3ec8238645b836b235;p=freeside.git diff --git a/httemplate/elements/coord-links.html b/httemplate/elements/coord-links.html index c885ade87..45b813201 100644 --- a/httemplate/elements/coord-links.html +++ b/httemplate/elements/coord-links.html @@ -40,7 +40,7 @@ my $query = 'name='. uri_escape_utf8($name). ';lon='. $longitude; my $js_name = $name; -$js_name =~ s/[<>"]/ /g; +$js_name =~ s/[<>"']/ /g; $m->interp->apply_escapes($js_name, 'js_string'); $js_name =~ s/^'//; $js_name =~ s/'$//;