diff --git a/ext/comment/theme.php b/ext/comment/theme.php index 7572f56a..b1e767d8 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -108,7 +108,7 @@ class CommentListTheme extends Themelet { "onclick=\"return confirm('Delete comment by $h_name:\\n$stripped_nonl');\" ". "href='".make_link("comment/delete/$i_comment_id/$i_image_id")."'>Del)" : ""; $h_imagelink = $trim ? ">>>\n" : ""; - return "

$h_userlink: $h_comment $h_imagelink $h_dellink

"; + return "

$h_userlink: $h_comment $h_imagelink $h_dellink

"; } protected function build_postbox($image_id) {