summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-13 17:06:53 +0100
committerAndrew Dolgov <[email protected]>2005-12-13 17:06:53 +0100
commit672366bdf7ee771f9855f2f773487d72fae57c57 (patch)
treebc544358f907eabf9396aeffd6ed1f819a3379bd /backend.php
parent1a6a9555ffc0bb6d6f1d9e1b54e141ebd605c604 (diff)
Comments -> comments
Diffstat (limited to 'backend.php')
-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>";
}
}