summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index a4f2fd7a5..024eab305 100644
--- a/backend.php
+++ b/backend.php
@@ -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>";
}
}