diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 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); diff --git a/modules/comment/comment.module b/modules/comment/comment.module index bc663a3ec..2495f65d2 100644 --- a/modules/comment/comment.module +++ b/modules/comment/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); |