From c5637a0a0227b3b2054a682f4b67f59e41b893c7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 31 May 2003 12:21:07 +0000 Subject: - Small usability improvement by Al. --- modules/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index 8fe7eeccd..4dbfb90a4 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -647,7 +647,7 @@ function comment_link($type, $node = 0, $main = 0) { if ($node->comment == 2) { if (user_access("post comments")) { - $links[] = l(t("add new comment"), "comment/reply/$node->nid", array("title" => t("Share your thoughts and opinions related to this posting."))); + $links[] = l(t("add new comment"), "comment/reply/$node->nid#comment", array("title" => t("Share your thoughts and opinions related to this posting."))); } else { $links[] = theme("comment_post_forbidden"); -- cgit v1.2.3