From eceead1819b8e480725db17816d1b2af4f3fd768 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 10 Dec 2002 20:14:10 +0000 Subject: - Removed the "comment anchors" in the themes; the anchor is emitted by the comment module. Patch by Ax. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') 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 "cid\">\n"; + print "cid\">\n"; if ($visible) { theme_invoke("comment", $comment, $links); -- cgit v1.2.3