From cf39c53b462d5792502ea84599aa981555d41819 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Tue, 14 Mar 2006 20:40:32 +0000 Subject: [PATCH] 2 minor changes arising from testing git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5632 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_post.php | 2 +- phpBB/templates/subSilver/admin/confirm_body.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}

{MESSAGE_TEXT}

{S_HIDDEN_FIELDS}