diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-11-17 06:49:06 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-11-17 06:49:06 +0100 |
| commit | ddb61e79af781440d49096a47636fe610a6a1bb9 (patch) | |
| tree | 5411a52ed58ee4fee546af4eeb4c9ceae4625901 /modules/pref-feeds.php | |
| parent | e3d410c0f13295f0941325c18f2c4393070edeca (diff) | |
feed edit dialog: make unsubscribe button work for feeds with quotes in title
Diffstat (limited to 'modules/pref-feeds.php')
| -rw-r--r-- | modules/pref-feeds.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 613e9bf40..1acc58114 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -377,6 +377,8 @@ print "</form>"; + $title = htmlspecialchars($title, ENT_QUOTES); + print "<div class='dlgButtons'> <div style=\"float : left\"> <input type='submit' class='button' |