]> git.wh0rd.org - tt-rss.git/commitdiff
block double quotes in tags
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 19 May 2007 13:57:12 +0000 (14:57 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 19 May 2007 13:57:12 +0000 (14:57 +0100)
functions.php

index 4b1fae84aeef5b5eb1d385aceff2d4ba8f6b99db..f6783ff94d16d153f37d8bde27fd3b87fa3ba280 100644 (file)
 
                $tag = mb_strtolower($tag, 'utf-8');
 
+               $tag = str_replace('\"', "", $tag);     
+               $tag = str_replace('"', "", $tag);      
                $tag = str_replace("+", " ", $tag);     
                $tag = str_replace("technorati tag: ", "", $tag);