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

index 3cc920f..0da7d43 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>',