]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/comments.pm
reordered some sections
[ikiwiki.git] / IkiWiki / Plugin / comments.pm
index f7dc99dcacd32decee2dd5845d139868758603bc..89560c88b11e803787df08bff66d50836756275c 100644 (file)
@@ -672,7 +672,8 @@ sub previewcomment ($$$) {
 
        my $template = template("comment.tmpl");
        $template->param(content => $preview);
-       $template->param(ctime => displaytime($time));
+       $template->param(ctime => displaytime($time, undef, 1));
+       $template->param(html5 => $config{html5});
 
        IkiWiki::run_hooks(pagetemplate => sub {
                shift->(page => $location,