unescape title in feed browser

master
Andrew Dolgov 19 years ago
parent dc932d0af3
commit 144c23f16e

@ -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;

Loading…
Cancel
Save