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 .= "
$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;