Alternating reply colours... makes things easier to read on mass-replies.
authorjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Feb 2003 19:57:37 +0000 (19:57 +0000)
committerjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Feb 2003 19:57:37 +0000 (19:57 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4548 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index dd8ad9011be14b2916aba1ee64a6182be833a95e..64e38ba74d81acc6ec35f57fccbe7ef431363425 100644 (file)
@@ -291,7 +291,7 @@ function translateText(&$body, $wrap_at, $charset) {
             }
         }
 
-        if ($quotes > 1) {
+        if ($quotes % 2) {
             if (!isset($color[14])) {
                 $color[14] = '#FF0000';
             }