diff --git a/phpBB/includes/functions_post.php b/phpBB/includes/functions_post.php index d74e70d8cb..a73ea20fa7 100644 --- a/phpBB/includes/functions_post.php +++ b/phpBB/includes/functions_post.php @@ -833,7 +833,7 @@ function clean_html($tag) } $allowed_html_tags = preg_split('/, */', strtolower($board_config['allow_html_tags'])); - $disallowed_attributes = '/^(?:style|on)/'; + $disallowed_attributes = '/^(?:style|on)/i'; // Check if this is an end tag preg_match('/<[^\w\/]*\/[\W]*(\w+)/', $tag[0], $matches); diff --git a/phpBB/templates/subSilver/admin/confirm_body.tpl b/phpBB/templates/subSilver/admin/confirm_body.tpl index 1516fa9439..376480c483 100755 --- a/phpBB/templates/subSilver/admin/confirm_body.tpl +++ b/phpBB/templates/subSilver/admin/confirm_body.tpl @@ -1,7 +1,7 @@
{MESSAGE_TITLE} | +{MESSAGE_TITLE} |
---|---|