diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-12-10 20:14:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-12-10 20:14:10 +0000 |
commit | eceead1819b8e480725db17816d1b2af4f3fd768 (patch) | |
tree | 882704b2cb79c172fff40383ce8681f014037a63 /modules | |
parent | c3c366dcdc7fb4971eefa76b2df338cffac3a0d7 (diff) | |
download | brdo-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')
-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); |