summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
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);
}