mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 07:21:30 +00:00
block double quotes in tags
This commit is contained in:
@@ -3990,6 +3990,8 @@
|
||||
|
||||
$tag = mb_strtolower($tag, 'utf-8');
|
||||
|
||||
$tag = str_replace('\"', "", $tag);
|
||||
$tag = str_replace('"', "", $tag);
|
||||
$tag = str_replace("+", " ", $tag);
|
||||
$tag = str_replace("technorati tag: ", "", $tag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user