block doublequotes in tags
This commit is contained in:
parent
feead173b0
commit
5a6c21c71a
1 changed files with 1 additions and 0 deletions
|
@ -929,6 +929,7 @@
|
|||
$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;
|
||||
|
|
Loading…
Reference in a new issue