Fixed typo.
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 16 Feb 2005 16:01:53 +0000 (16:01 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 16 Feb 2005 16:01:53 +0000 (16:01 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8858 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index e442262256b5dbd20e8db0c5c3b769ae9d684025..00469acebd13974eff9707f46fbe376c1b9a8f13 100644 (file)
@@ -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"';
         }