mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 01:19:15 +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