1
0
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:
Andrew Dolgov
2007-05-19 14:57:12 +01:00
parent 5b10ad15e7
commit 83fe113a39

View File

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