From 9b27e823bcf7d7079ac1c16c65d7326b25828927 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Aug 2006 09:11:57 +0100 Subject: unescape label caption in feedlist --- backend.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend.php b/backend.php index 292f5e615..18e768366 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); } -- cgit v1.2.3