block double quotes in tags
This commit is contained in:
parent
5b10ad15e7
commit
83fe113a39
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue