https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34728 Bug ID: 34728 Summary: HTML notices should not be pre-formatted Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: matt.blenkinsop@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Created attachment 155263 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155263&action=edit Spacing before Print notices that are html templates are wrapped in a <pre> tag which causes inconsistencies in formatting. Extra spaces are introduced that shouldn't be, this is solved by making the <pre> tag conditional on the content type of the message. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.