yet another typo

This commit is contained in:
nobody 2020-12-01 21:39:21 -08:00
parent d57425b065
commit 10a99bad49

View file

@ -749,7 +749,7 @@ function bb_sanitize_style($input) {
$input_is_array = is_array($input);
$css = array();
$css_string = ($input_is_array) ? $input[1] : $input);
$css_string = (($input_is_array) ? $input[1] : $input);
$a = explode(';', $css_string);
foreach($a as $parts){