2DU hace 8 años
padre
commit
196f773467
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mark.py

+ 1 - 1
mark.py

@@ -61,7 +61,7 @@ def html_pas(data, how):
     data = re.sub("%phtml%(?P<in>(?:\/)?(?:a|div|span|embed|iframe)(?:\s[^%]*)?)%phtml%", "<\g<in>>", data)   
     while(1):
         if(how == 1):
-            y = re.search("<((a|div|span|embed|iframe)(?:\s[^>]*))>", data)
+            y = re.search("<((div|span|embed|iframe)(?:\s[^>]*))>", data)
         else:  
             y = re.search("<((a)(?:\s[^>]*))>", data)