소스 검색

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