summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-29 19:32:10 +0100
committerAndrew Dolgov <[email protected]>2005-12-29 19:32:10 +0100
commit144c23f16eee0044da61d1d6915d8385cb1d13ff (patch)
treef6263ddb0615318de75fe06c3700335e4a0cc620 /backend.php
parentdc932d0af370baeb7feb62b6af2da95fb7aebee2 (diff)
unescape title in feed browser
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 3f0fad13e..d5f3d4bc7 100644
--- a/backend.php
+++ b/backend.php
@@ -1568,7 +1568,7 @@
$details["id"] . "\">";
print "<li id=\"FBROW-".$details["id"]."\">$check_box $feed_icon" .
- $details["title"] .
+ db_unescape_string($details["title"]) .
"&nbsp;<span class='subscribers'>($subscribers)</span></li>";
++$feedctr;