From 9a5b82e16e1226e77fefb9bddeefed3217b27065 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 9 Apr 2001 14:16:33 +0000 Subject: [PATCH] - fixed bug in comment code --- includes/comment.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/comment.inc b/includes/comment.inc index 23c79717ac9..15238941488 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -308,7 +308,7 @@ function comment_render($lid, $cid) { print " SubjectAuthorDateScore\n"; while ($comment = db_fetch_object($result)) { if (comment_visible($comment, $threshold)) { - print " lid;cid=$comment->cid#$comment->cid") ."\">". check_output($comment->subject) ."". format_username($comment->userid) ."". format_date($comment->timestamp, "small") ."". comment_score($comment) ."\n"; + print " lid&cid=$comment->cid#$comment->cid") ."\">". check_output($comment->subject) ."". format_username($comment->userid) ."". format_date($comment->timestamp, "small") ."". comment_score($comment) ."\n"; } } print "\n";