From: Andrew Dolgov Date: Sat, 19 May 2007 13:57:12 +0000 (+0100) Subject: block double quotes in tags X-Git-Tag: 1.2.11~6 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=83fe113a39e78e06654c76cd33b645a9247c7f64;p=tt-rss.git block double quotes in tags --- diff --git a/functions.php b/functions.php index 4b1fae84..f6783ff9 100644 --- a/functions.php +++ b/functions.php @@ -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);