From 1c2fc43b51455e4895455798919e4c77e2b1bf21 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 10 Jul 2003 05:02:57 +0000 Subject: - Bugfix: fixed HTML typo in comment module. Patch by Torgeir Berg. --- modules/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index f6d65185b..593dc8189 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1237,7 +1237,7 @@ function comment($comment, $links = 0) { $output .= "
$comment->subject". ($comment->new ? " ". theme("theme_mark") : "") ."
"; $output .= "
". $comment->moderation ."
"; $output .= "
". t("by %a on %b", array("%a" => format_name($comment), "%b" => format_date($comment->timestamp))) ."
"; - $output .= "
". check_output($comment->comment) ."". check_output($comment->comment) ."
"; $output .= "
$links
"; $output .= ""; print $output; -- cgit v1.2.3