[freeside-commits] branch FREESIDE_3_BRANCH updated. 0dd55b961c4f5854b458a22fff628ac27d13339e
Ivan
ivan at 420.am
Sat Sep 27 18:40:25 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 0dd55b961c4f5854b458a22fff628ac27d13339e (commit)
from a164934f3f6c6c071568dc40c6c702a75bcf475b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0dd55b961c4f5854b458a22fff628ac27d13339e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Sep 27 18:40:22 2014 -0700
fix coordinate links with aposrophies, RT#31079
diff --git a/httemplate/elements/coord-links.html b/httemplate/elements/coord-links.html
index c885ade..45b8132 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/'$//;
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/coord-links.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list