mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 16:11:29 +00:00
escape feed title in generated feed
This commit is contained in:
@@ -2224,7 +2224,7 @@
|
||||
30, false, $is_cat, $search, $search_mode, $match_on);
|
||||
|
||||
$result = $qfh_ret[0];
|
||||
$feed_title = $qfh_ret[1];
|
||||
$feed_title = htmlspecialchars($qfh_ret[1]);
|
||||
$feed_site_url = $qfh_ret[2];
|
||||
$last_error = $qfh_ret[3];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user