http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10777 Bug ID: 10777 Summary: runreport.pl allows for sending html reports via email, but mimetype is wrong Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Reports Assignee: gmcharlt@gmail.com Reporter: vanoudt@gmail.com QA Contact: testopia@bugs.koha-community.org runreport.pl allows for sending html reports via email. The problem is that the Content-Type isn't set to text/html, which means that the generated html email isn't displayed properly. The patch for this sets the content type, and also adds a tiny bit of css to alternate row colours (just to make long reports a bit easier on the eye!) -- You are receiving this mail because: You are watching all bug changes.