Handle attributes that have colons (:) in them. MS apps tend to use them alot when...
authorindiri69 <indiri69@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 21 Aug 2003 17:24:10 +0000 (17:24 +0000)
committerindiri69 <indiri69@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 21 Aug 2003 17:24:10 +0000 (17:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5542 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index 3322249a7423b964d1da6aaf3073ede298e0cb0f..1f171c2416b7d9570fae1af7d6317f7362ee030e 100644 (file)
@@ -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.