https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31960 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #1 from Lucas Gass <lucas@bywatersolutions.com> --- It is likely happening with other jobs. The problem lines are these ones: <li><label for="job_data">Report: </label> [% IF job.status != 'new' %][% PROCESS 'report' %][% END %] </li> <li><label for="job_data">Detailed messages: </label> [% IF job.status != 'new' %][% PROCESS 'detail' %][% END %] </li> We are processing those blocks inside of a list element and those blocks contain a bunch of their own HTML, including h2 and h3. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.