Comments -> comments

This commit is contained in:
Andrew Dolgov 2005-12-13 17:06:53 +01:00
parent 1a6a9555ff
commit 672366bdf7
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@
$entry_comments = "<a href=\"$comments_url\">$num_comments comments</a>";
} else {
if ($line["comments"] && $line["link"] != $line["comments"]) {
$entry_comments = "<a href=\"".$line["comments"]."\">Comments</a>";
$entry_comments = "<a href=\"".$line["comments"]."\">comments</a>";
}
}