From 83c94382ffc66e9f3d7d2d5f664a5b5921a41f98 Mon Sep 17 00:00:00 2001 From: jangliss Date: Mon, 24 Feb 2003 19:57:37 +0000 Subject: [PATCH] Alternating reply colours... makes things easier to read on mass-replies. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4548 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index dd8ad901..64e38ba7 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -291,7 +291,7 @@ function translateText(&$body, $wrap_at, $charset) { } } - if ($quotes > 1) { + if ($quotes % 2) { if (!isset($color[14])) { $color[14] = '#FF0000'; } -- 2.25.1