From: indiri69 Date: Thu, 21 Aug 2003 17:24:10 +0000 (+0000) Subject: Handle attributes that have colons (:) in them. MS apps tend to use them alot when... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=3f7c623fd8caf051ba4d9ac9857a2476b183d15c Handle attributes that have colons (:) in them. MS apps tend to use them alot when they export. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5542 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mime.php b/functions/mime.php index 3322249a..1f171c24 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -1117,7 +1117,7 @@ function sq_getnxtag($body, $offset){ * double quotes. Type 4 we convert into: * attrname="yes". */ - $regary = sq_findnxreg($body, $pos, "[^\w\-_]"); + $regary = sq_findnxreg($body, $pos, "[^:\w\-_]"); if ($regary == false){ /** * Looks like body ended before the end of tag.