From e36530a731df6722e48b207eb6fa370fcb1c86ae Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 24 Jan 2009 01:20:31 -0800 Subject: [PATCH] allow many block-level elements inside a comment, style them all --- ext/comment/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {