projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f10f84d
)
avoid double utf8 encoding, IR-355
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 3 Sep 2014 13:33:32 +0000
(13:33 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 3 Sep 2014 13:33:32 +0000
(13:33 +0000)
uri_escape_utf8 -> uri_escape()
web/htdocs/details/delete.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/delete.mc
b/web/htdocs/details/delete.mc
index
fce37c1
..
cc0723d
100644
(file)
--- a/
web/htdocs/details/delete.mc
+++ b/
web/htdocs/details/delete.mc
@@
-9,8
+9,8
@@
$really => 0
<% xml_encode($id) %>?
</p>
<p>
- <a href="?really=1&id=<% xml_encode(uri_escape_utf8($id)) %>">Yes</a><br/>
- <a href="/full.html?id=<% xml_encode(uri_escape_utf8($id)) %>">No</a><br/>
+ <a href="?really=1&id=<% xml_encode(uri_escape($id)) %>">Yes</a><br/>
+ <a href="/full.html?id=<% xml_encode(uri_escape($id)) %>">No</a><br/>
</p>
% } else {
<%perl>