stekkel hace 20 años
padre
commit
29771c5fc2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -1459,7 +1459,7 @@ function sq_fixatts($tagname,
          * not affect them working as should be, however it will stop
          * not affect them working as should be, however it will stop
          * IE from being kicked off when src for img tags are not set
          * IE from being kicked off when src for img tags are not set
          */
          */
-        if (($attname == 'src') && ($attvalue = '""')) {
+        if (($attname == 'src') && ($attvalue == '""')) {
             $attary{$attname} = '"' . SM_PATH . 'images/blank.png"';
             $attary{$attname} = '"' . SM_PATH . 'images/blank.png"';
         }
         }