Ver Fonte

Handle attributes that have colons (:) in them. MS apps tend to use them alot when they export.

indiri69 há 22 anos atrás
pai
commit
c7aaf80153
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      functions/mime.php

+ 1 - 1
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.