sanitize_tag: block single quote symbol

master
Andrew Dolgov 14 years ago
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…
Cancel
Save