diff --git a/backend.php b/backend.php index 18e768366..93798a3aa 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") {