Bug-Fix
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 Jan 2002 09:55:10 +0000 (09:55 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 Jan 2002 09:55:10 +0000 (09:55 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2109 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index 5745addd54cfc49c02a63c8751f42e9950b61b64..0958e871ff7e93b920ed1def9238c7a21413e096 100644 (file)
@@ -1137,7 +1137,7 @@ function stripEvent( &$i, $j, &$body, $id, $base ) {
                     $src = '../images/' . _("sec_remove_eng.png");
                 }
                 $ret .= 'src="' . $src . '" ';
-                $i = $k-1;
+                $i = $k - 3;
             } else {
                 $ret .= 'src';
                 $i = $i + 3;