summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
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);