projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef0c569
)
typo
author
Joey Hess
<joey@kitenet.net>
Mon, 15 Oct 2012 00:49:42 +0000
(20:49 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 15 Oct 2012 00:49:42 +0000
(20:49 -0400)
IkiWiki/Plugin/edittemplate.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/edittemplate.pm
b/IkiWiki/Plugin/edittemplate.pm
index 061242fd82c1f1a76251dac12f8017821688a2a1..c7f1e4fa7f7117660b5d89207a1795caec9fc6af 100644
(file)
--- a/
IkiWiki/Plugin/edittemplate.pm
+++ b/
IkiWiki/Plugin/edittemplate.pm
@@
-132,7
+132,7
@@
sub filltemplate ($$) {
if ($@) {
# Indicate that the earlier preprocessor directive set
# up a template that doesn't work.
- return "[[!
page
template ".gettext("failed to process template:")." $@]]";
+ return "[[!
edit
template ".gettext("failed to process template:")." $@]]";
}
$template->param(name => $page);