summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-01-25 18:56:47 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-01-25 18:56:47 -0500
commit9a5085e5126d1f76d28a4438b1527659183477b5 (patch)
tree2c27adffb272c04967f4de3770bcfdfdbd66ec58 /IkiWiki/Plugin
parent35ea80bdfe779edb330c43761f1298a74a854990 (diff)
clean up comment preview
Remove actions from it, and avoid a broken title link.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r--IkiWiki/Plugin/comments.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm
index 388a983f7..ad5395a82 100644
--- a/IkiWiki/Plugin/comments.pm
+++ b/IkiWiki/Plugin/comments.pm
@@ -673,6 +673,8 @@ sub previewcomment ($$$) {
template => $template);
});
+ $template->param(have_actions => 0);
+
return $template->output;
}