Преглед изворни кода

Alternating reply colours... makes things easier to read on mass-replies.

jangliss пре 22 година
родитељ
комит
5aac19d902
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      functions/mime.php

+ 1 - 1
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';
             }