mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 21:01:27 +00:00
feed edit dialog: make unsubscribe button work for feeds with quotes in title
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
|
||||
print "<div class=\"dlgButtons\">";
|
||||
|
||||
$reg_exp = htmlspecialchars($reg_exp); // second escaping seems to be needed for javascript
|
||||
$reg_exp = htmlspecialchars($reg_exp, ENT_QUOTES); // second escaping seems to be needed for javascript
|
||||
|
||||
print "<div style=\"float : left\">";
|
||||
print "<input type=\"submit\"
|
||||
|
||||
Reference in New Issue
Block a user