1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 02:19:14 +00:00

Comments -> comments

This commit is contained in:
Andrew Dolgov
2005-12-13 17:06:53 +01:00
parent 1a6a9555ff
commit 672366bdf7

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>";
}
}