summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 09:11:57 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 09:11:57 +0100
commit9b27e823bcf7d7079ac1c16c65d7326b25828927 (patch)
treea2fa673a0e62ba95ece3ed0ce2c66cbd02c7a3c7
parentbed0f18f7ac7e88e8d9c7214f98835628e08fc6b (diff)
unescape label caption in feedlist
-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);
}