block double quotes in tags

This commit is contained in:
Andrew Dolgov 2007-05-19 14:57:12 +01:00
parent 5b10ad15e7
commit 83fe113a39
1 changed files with 2 additions and 0 deletions

View File

@ -3990,6 +3990,8 @@
$tag = mb_strtolower($tag, 'utf-8'); $tag = mb_strtolower($tag, 'utf-8');
$tag = str_replace('\"', "", $tag);
$tag = str_replace('"', "", $tag);
$tag = str_replace("+", " ", $tag); $tag = str_replace("+", " ", $tag);
$tag = str_replace("technorati tag: ", "", $tag); $tag = str_replace("technorati tag: ", "", $tag);