typo
authorJoey Hess <joey@kitenet.net>
Mon, 15 Oct 2012 00:49:42 +0000 (20:49 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 15 Oct 2012 00:49:42 +0000 (20:49 -0400)
IkiWiki/Plugin/edittemplate.pm

index 061242fd82c1f1a76251dac12f8017821688a2a1..c7f1e4fa7f7117660b5d89207a1795caec9fc6af 100644 (file)
@@ -132,7 +132,7 @@ sub filltemplate ($$) {
        if ($@) {
                # Indicate that the earlier preprocessor directive set 
                # up a template that doesn't work.
-               return "[[!pagetemplate ".gettext("failed to process template:")." $@]]";
+               return "[[!edittemplate ".gettext("failed to process template:")." $@]]";
        }
 
        $template->param(name => $page);