]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
block doublequotes in tags
[tt-rss.git] / functions.php
index 5c098fa103a8adf771ade8ef0510c8fdf1cad9e8..289ae3648acd63c00c9111117754a2de6bfe7f82 100644 (file)
                                                        $tag = db_escape_string($tag);
 
                                                        $tag = str_replace("+", " ", $tag);     
+                                                       $tag = str_replace("\"", "", $tag);     
                                                        $tag = str_replace("technorati tag: ", "", $tag);
 
                                                        if (!tag_is_valid($tag)) continue;