Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
discount markdown can't handle URIs with parens e.g. mediawiki style
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
goto.pm
diff --git
a/IkiWiki/Plugin/goto.pm
b/IkiWiki/Plugin/goto.pm
index 6b596ac8b6af95641dec071071e5be38b3898f87..3a946b19da9a487a5e76b395a709a2629560dff4 100644
(file)
--- a/
IkiWiki/Plugin/goto.pm
+++ b/
IkiWiki/Plugin/goto.pm
@@
-27,7
+27,7
@@
sub cgi_goto ($;$) {
my $page = shift;
if (!defined $page) {
- $page = IkiWiki::decode_utf8($q->param("page"));
+ $page = IkiWiki::decode_utf8(
scalar
$q->param("page"));
if (!defined $page) {
error("missing page parameter");