فهرست منبع

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