mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
unescape label info in editor
This commit is contained in:
@@ -2390,8 +2390,9 @@
|
||||
|
||||
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") {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user