]> git.wh0rd.org - tt-rss.git/commitdiff
unescape label info in editor
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 1 Aug 2006 08:13:56 +0000 (09:13 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 1 Aug 2006 08:13:56 +0000 (09:13 +0100)
backend.php

index 18e7683663b1e649a0ff116de202868f14103219..93798a3aadb62b2cc4b8e916d7c7681350e543ad 100644 (file)
        
                                print "<tr class=\"$class\" $this_row_id>";
        
-                               $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") {