mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 16:11:27 +00:00
sanitize_tag: block single quote symbol
This commit is contained in:
@@ -5498,7 +5498,7 @@
|
||||
|
||||
$tag = mb_strtolower($tag, 'utf-8');
|
||||
|
||||
$tag = preg_replace('/[\"\+\>\<]/', "", $tag);
|
||||
$tag = preg_replace('/[\'\"\+\>\<]/', "", $tag);
|
||||
|
||||
// $tag = str_replace('"', "", $tag);
|
||||
// $tag = str_replace("+", " ", $tag);
|
||||
|
||||
Reference in New Issue
Block a user