http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13448
--- Comment #4 from M. Tompsett <[email protected]> --- Comment on attachment 34342 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34342 Bug 13448: Make Striping gmail/hotmail compatible Review of attachment 34342: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13448&attachment=34342) ----------------------------------------------------------------- ::: misc/cronjobs/runreport.pl @@ -270,4 @@ > my $email = Koha::Email->new(); > my %mail; > if ($format eq 'html') { > - $message = "<html><head><style>tr:nth-child(2n+1) { > background-color: #ccc;}</style></head><body>$message</body></html>"; It makes sense to remove the <head>...</head>, but the <html><body>$message</body></html> should probably be left in tact. Otherwise, you get just <table>...</table> as your message. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
