typo
[ikiwiki.git] / 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);