stekkel %!s(int64=20) %!d(string=hai) anos
pai
achega
29771c5fc2
Modificáronse 1 ficheiros con 1 adicións e 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
          * 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"';
         }