From: Andrew Dolgov Date: Tue, 1 Aug 2006 08:13:56 +0000 (+0100) Subject: unescape label info in editor X-Git-Tag: schema_freeze_for_1.2.2~41 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5f212f408d32e1781af505970a1d16f9ec41c546;p=tt-rss.git unescape label info in editor --- diff --git a/backend.php b/backend.php index 18e76836..93798a3a 100644 --- a/backend.php +++ b/backend.php @@ -2390,8 +2390,9 @@ print ""; - $line["sql_exp"] = htmlspecialchars($line["sql_exp"]); - $line["description"] = htmlspecialchars($line["description"]); + $line["sql_exp"] = htmlspecialchars(db_unescape_string($line["sql_exp"])); + $line["description"] = htmlspecialchars( + db_unescape_string($line["description"])); if (!$edit_label_id || $subop != "edit") {