diff --git a/lib/settings-common.php b/lib/settings-common.php index c821ae3..063c1a2 100644 --- a/lib/settings-common.php +++ b/lib/settings-common.php @@ -83,7 +83,7 @@ function xssClean($data,$type) { // === script === if ($type == "script") { - $bad = array("<", ">", "(", ")", "[", "]", "\"", "'", ";",); + $bad = array("<", ">", "(", ")", "[", "]", "\"", "'", ";"); $good = array("<", ">", "(", ")", "[", "]", """, "'", ";"); }