[Koha-bugs] [Bug 26727] New: Fix <p/> appearing in the templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 18 18:29:46 CEST 2020


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 at myacpl.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list