summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-12-10 20:14:10 +0000
committerDries Buytaert <dries@buytaert.net>2002-12-10 20:14:10 +0000
commiteceead1819b8e480725db17816d1b2af4f3fd768 (patch)
tree882704b2cb79c172fff40383ce8681f014037a63 /modules/comment/comment.module
parentc3c366dcdc7fb4971eefa76b2df338cffac3a0d7 (diff)
downloadbrdo-eceead1819b8e480725db17816d1b2af4f3fd768.tar.gz
brdo-eceead1819b8e480725db17816d1b2af4f3fd768.tar.bz2
- Removed the "comment anchors" in the themes; the anchor is emitted
by the comment module. Patch by Ax.
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);