From 66ccfb3f8dd99b3757beebaf2f7363820b8c20aa Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 15 Jun 2002 10:49:44 +0000 Subject: - fixed the markup of the collapsed comment view settings. - updated update.php and database.mysql disable a few more modules by default. Without the config options in place to disable things this might confuse users. --- 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 41eb876b2..3dc248914 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -423,7 +423,7 @@ function comment_view($comment, $folded = 0) { $theme->comment($comment, $folded); } else { - print l(check_output($comment->subject), array("id" => $comment->nid, "cid" => $comment->cid), "node", $comment->cid) ." ". t("by") ." ". format_name($comment) ."

"; + print "

  • ". l(check_output($comment->subject), array("id" => $comment->nid, "cid" => $comment->cid), "node", $comment->cid, array("title" => t("Read comment."))) ." ". t("by") ." ". format_name($comment) ."
  • \n"; } } -- cgit v1.2.3