]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/CGI.pm
* Patch from James Westby to add an actions option to inline; this
[ikiwiki.git] / IkiWiki / CGI.pm
index 8e0339dc5436097e1727390076903fe3933171a5..99fc5c0edf71af55e0288bf5b7b14147832aa1b6 100644 (file)
@@ -425,7 +425,7 @@ sub cgi_editpage ($$) { #{{{
                                value => $comments, force => 1);
                $config{rss}=0; # avoid preview writing an rss feed!
                $form->tmpl_param("page_preview",
-                       htmlize($type,
+                       htmlize($page, $type,
                        linkify($page, "",
                        preprocess($page, $page,
                        filter($page, $content)))));