projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
226ebde
)
fix escaping in coordinate links
author
Ivan Kohler
<ivan@freeside.biz>
Thu, 5 Jul 2012 23:10:11 +0000
(16:10 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Thu, 5 Jul 2012 23:10:11 +0000
(16:10 -0700)
httemplate/elements/coord-links.html
patch
|
blob
|
history
diff --git
a/httemplate/elements/coord-links.html
b/httemplate/elements/coord-links.html
index
81af812
..
60882de
100644
(file)
--- a/
httemplate/elements/coord-links.html
+++ b/
httemplate/elements/coord-links.html
@@
-3,7
+3,7
@@
<& /elements/popup_link.html,
'action' => $p. 'view/map.html?'. $query,
'label' => mt('map'),
- 'actionlabel' =>
$name
,
+ 'actionlabel' =>
uri_escape_utf8($name)
,
'width' => 763,
'height' => 575,
#'color'
@@
-13,7
+13,7
@@
<& /elements/popup_link.html,
'action' => $p. "view/directions.html?origin=$origin;". $query,
'label' => mt('directions'),
- 'actionlabel' =>
$name
,
+ 'actionlabel' =>
uri_escape_utf8($name)
,
'width' => 763,
'height' => 575,
&>