summaryrefslogtreecommitdiff
path: root/httemplate/elements/coord-links.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-03-24 10:02:28 -0700
committerIvan Kohler <ivan@freeside.biz>2012-03-24 10:02:28 -0700
commit385939571ba38786e33337504844553c1a250e66 (patch)
tree800d121f8cfa464643a1e2d787dfe9b30bdce0e4 /httemplate/elements/coord-links.html
parentf2e15ed1a7e7b5938f32e1bd961082bed83de662 (diff)
fix map links with UTF-8 customer data
Diffstat (limited to 'httemplate/elements/coord-links.html')
-rw-r--r--httemplate/elements/coord-links.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/coord-links.html b/httemplate/elements/coord-links.html
index 6b91a26e8..3fd3ff696 100644
--- a/httemplate/elements/coord-links.html
+++ b/httemplate/elements/coord-links.html
@@ -25,7 +25,7 @@
my ($latitude, $longitude, $name, $agentnum) = @_;
-my $query = 'name='. uri_escape($name).
+my $query = 'name='. uri_escape_utf8($name).
';lat='. $latitude.
';lon='. $longitude;