diff --git a/modules/comment.module b/modules/comment.module index f6d65185b68e0cbd247a22a3437b579a1336e8c9..593dc81899e3199763502fa2cc4f47457e47d6fd 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1237,7 +1237,7 @@ function comment($comment, $links = 0) { $output .= "<div class=\"subject\">$comment->subject". ($comment->new ? " ". theme("theme_mark") : "") ."</div>"; $output .= "<div class=\"moderation\">". $comment->moderation ."</div>"; $output .= "<div class=\"credit\">". t("by %a on %b", array("%a" => format_name($comment), "%b" => format_date($comment->timestamp))) ."</div>"; - $output .= "<div class=\"body\">". check_output($comment->comment) ."</div"; + $output .= "<div class=\"body\">". check_output($comment->comment) ."</div>"; $output .= "<div class=\"links\">$links</div>"; $output .= "</div>"; print $output; diff --git a/modules/comment/comment.module b/modules/comment/comment.module index f6d65185b68e0cbd247a22a3437b579a1336e8c9..593dc81899e3199763502fa2cc4f47457e47d6fd 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1237,7 +1237,7 @@ function comment($comment, $links = 0) { $output .= "<div class=\"subject\">$comment->subject". ($comment->new ? " ". theme("theme_mark") : "") ."</div>"; $output .= "<div class=\"moderation\">". $comment->moderation ."</div>"; $output .= "<div class=\"credit\">". t("by %a on %b", array("%a" => format_name($comment), "%b" => format_date($comment->timestamp))) ."</div>"; - $output .= "<div class=\"body\">". check_output($comment->comment) ."</div"; + $output .= "<div class=\"body\">". check_output($comment->comment) ."</div>"; $output .= "<div class=\"links\">$links</div>"; $output .= "</div>"; print $output;