summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-15 18:34:52 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-15 18:34:52 +0000
commit9cab47ca061b662473cf68f24f1667b813e0ee43 (patch)
treef59fc09664c016ab76cc50c745358c740b758719 /roundcubemail/program
parentd93e50bd7f7fc815c6f61bd5adb6fd9f80dc1d32 (diff)
#1484391, #1484403
git-svn-id: https://svn.roundcube.net/trunk@1307 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/steps/mail/func.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc
index 205db2f91..b75b1150c 100644
--- a/roundcubemail/program/steps/mail/func.inc
+++ b/roundcubemail/program/steps/mail/func.inc
@@ -1139,7 +1139,8 @@ function rcmail_sanitize_html($body, $container_id)
// add comments arround html and other tags
$out = preg_replace(array(
- '/(<!DOCTYPE.+)/i',
+ '/(<!DOCTYPE[^>]*>)/i',
+ '/(<\?xml[^>]*>)/i',
'/(<\/?html[^>]*>)/i',
'/(<\/?head[^>]*>)/i',
'/(<title[^>]*>.*<\/title>)/Ui',