https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26727 Bug ID: 26727 Summary: Fix <p/> appearing in the templates Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org They don't appear to be valid in HTML5 and in some cases were actually typos. The HTML5 validator doesn't like them: Error: Self-closing syntax (/>) used on a non-void HTML element. Ignoring the slash and treating as a start tag.
From line 581, column 25; to line 581, column 28
<p/> See: https://www.w3.org/TR/2010/WD-html-markup-20100624/p.html -- You are receiving this mail because: You are watching all bug changes.