]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/CGI.pm
avoid creole parsing wikilinks
[ikiwiki.git] / IkiWiki / CGI.pm
index 532f9c5f6f85f88ea57e00ec98fdc0d603d7520c..8a294e887554bbf0f145cfedc239dd062ba4bfc9 100644 (file)
@@ -397,7 +397,7 @@ sub cgi_editpage ($$) { #{{{
                        );
                });
                $form->tmpl_param("page_preview",
-                       htmlize($page, $type,
+                       htmlize($page, $page, $type,
                        linkify($page, $page,
                        preprocess($page, $page,
                        filter($page, $page, $content), 0, 1))));