diff options
Diffstat (limited to 'modules/comment.module')
-rw-r--r-- | modules/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment.module b/modules/comment.module index bc663a3ec..2495f65d2 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -358,7 +358,7 @@ function comment_view($comment, $links = "", $visible = 1) { $comment->new = 1; } - print "<a name=\"$comment->cid\">\n"; + print "<a name=\"$comment->cid\"></a>\n"; if ($visible) { theme_invoke("comment", $comment, $links); |