1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00

sanitize_tag: block single quote symbol

This commit is contained in:
Andrew Dolgov 2011-04-04 13:46:44 +04:00
parent 364e3c859d
commit 78ccac0bdd

View File

@ -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);