https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31960
Lucas Gass <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Lucas Gass <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
