comments: linkify and preprocess preview with correct 'page' param

master
Simon McVittie 2008-12-21 15:07:36 +00:00
parent cdccf7a80c
commit bc66a00b90
1 changed files with 2 additions and 2 deletions

View File

@ -432,8 +432,8 @@ sub sessioncgi ($$) {
if ($form->submitted eq PREVIEW) {
my $preview = IkiWiki::htmlize($location, $page, '_comment',
IkiWiki::linkify($page, $page,
IkiWiki::preprocess($page, $page,
IkiWiki::linkify($location, $page,
IkiWiki::preprocess($location, $page,
IkiWiki::filter($location,
$page, $content),
0, 1)));