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
Add modified opengraph plugin.
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
getsource.pm
diff --git
a/IkiWiki/Plugin/getsource.pm
b/IkiWiki/Plugin/getsource.pm
index b362de7264175d9468c4207dcacf9153ade356a5..0a21413bdb9f9cdd591c93cf1785a3e4993d556e 100644
(file)
--- a/
IkiWiki/Plugin/getsource.pm
+++ b/
IkiWiki/Plugin/getsource.pm
@@
-61,7
+61,7
@@
sub cgi_getsource ($) {
IkiWiki::cgi_custom_failure(
$cgi,
"404 Not Found",
IkiWiki::cgi_custom_failure(
$cgi,
"404 Not Found",
- IkiWiki::
misctemplate(
gettext("missing page"),
+ IkiWiki::
cgitemplate($cgi,
gettext("missing page"),
"<p>".
sprintf(gettext("The page %s does not exist."),
htmllink("", "", $page)).
"<p>".
sprintf(gettext("The page %s does not exist."),
htmllink("", "", $page)).
@@
-72,7
+72,7
@@
sub cgi_getsource ($) {
if (! defined pagetype($pagesources{$page})) {
IkiWiki::cgi_custom_failure(
$cgi->header(-status => "403 Forbidden"),
if (! defined pagetype($pagesources{$page})) {
IkiWiki::cgi_custom_failure(
$cgi->header(-status => "403 Forbidden"),
- IkiWiki::
misctemplate(
gettext("not a page"),
+ IkiWiki::
cgitemplate($cgi,
gettext("not a page"),
"<p>".
sprintf(gettext("%s is an attachment, not a page."),
htmllink("", "", $page)).
"<p>".
sprintf(gettext("%s is an attachment, not a page."),
htmllink("", "", $page)).