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
vimoutliner.org seems to be taken over by spammers, refer to Github page instead
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
goto.pm
diff --git
a/IkiWiki/Plugin/goto.pm
b/IkiWiki/Plugin/goto.pm
index 0eb83fc208de611d05a016ff8fc63c2c6913f1c8..6b596ac8b6af95641dec071071e5be38b3898f87 100644
(file)
--- a/
IkiWiki/Plugin/goto.pm
+++ b/
IkiWiki/Plugin/goto.pm
@@
-56,7
+56,7
@@
sub cgi_goto ($;$) {
IkiWiki::cgi_custom_failure(
$q,
"404 Not Found",
- IkiWiki::
misctemplate(
gettext("missing page"),
+ IkiWiki::
cgitemplate($q,
gettext("missing page"),
"<p>".
sprintf(gettext("The page %s does not exist."),
htmllink("", "", $page)).