summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment.module b/modules/comment.module
index b4c333a4b..2016cdf99 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -359,6 +359,7 @@ function comment_view($comment, $links = "", $visible = 1) {
print "<a name=\"$comment->cid\"></a>\n";
if ($visible) {
+ $comment->comment = check_output($comment);
theme("comment", $comment, $links);
}
else {