https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38713 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Patches ready for testing, see the remote branch: https://gitlab.com/joubu/Koha/-/commits/bug_38713 They fix incorrect structures in our templates, like: * Fix wrong or missing closing tag * Remove extra closing tag * Fix </br> => <br/> * Add missing quotes around HTML attributes * Replace <p> with <p></p> when needed * Replace <p> with <div> when it contains `form` or other tags not allowed within `p`. Test plan: Most of the time a code review is enough to confirm the changes. For some more complicated use a test of the UI could be needed. -- You are receiving this mail because: You are watching all bug changes.