diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index b4c333a4b..2016cdf99 100644 --- a/modules/comment/comment.module +++ b/modules/comment/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 { |