From: Andrew Dolgov Date: Tue, 1 Aug 2006 08:11:57 +0000 (+0100) Subject: unescape label caption in feedlist X-Git-Tag: schema_freeze_for_1.2.2~42 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9b27e823bcf7d7079ac1c16c65d7326b25828927;p=tt-rss.git unescape label caption in feedlist --- diff --git a/backend.php b/backend.php index 292f5e61..18e76836 100644 --- a/backend.php +++ b/backend.php @@ -226,7 +226,8 @@ error_reporting (DEFAULT_ERROR_LEVEL); printFeedEntry(-$line["id"]-11, - $class, $line["description"], $count, "images/label.png", $link); + $class, db_unescape_string($line["description"]), + $count, "images/label.png", $link); }