sanitize_tag: block single quote symbol
This commit is contained in:
parent
364e3c859d
commit
78ccac0bdd
|
@ -5498,7 +5498,7 @@
|
|||
|
||||
$tag = mb_strtolower($tag, 'utf-8');
|
||||
|
||||
$tag = preg_replace('/[\"\+\>\<]/', "", $tag);
|
||||
$tag = preg_replace('/[\'\"\+\>\<]/', "", $tag);
|
||||
|
||||
// $tag = str_replace('"', "", $tag);
|
||||
// $tag = str_replace("+", " ", $tag);
|
||||
|
|
Loading…
Reference in New Issue