remove gray background in HTML messages, #15593
authorMark Wells <mark@freeside.biz>
Thu, 23 Feb 2012 18:29:19 +0000 (10:29 -0800)
committerMark Wells <mark@freeside.biz>
Thu, 23 Feb 2012 18:29:19 +0000 (10:29 -0800)
FS/FS/Misc.pm

index 6f6f2e2..297e39f 100644 (file)
@@ -375,7 +375,7 @@ sub generate_email {
                        '      '. encode_entities($return{'subject'}), 
                        '    </title>',
                        '  </head>',
-                       '  <body bgcolor="#e8e8e8">',
+                       '  <body bgcolor="#ffffff">',
                        @html_data,
                        '  </body>',
                        '</html>',