http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7644 Priority: P5 - low Change sponsored?: --- Bug ID: 7644 Assignee: oleonard@myacpl.org Summary: Invalid markup in staff client language chooser QA Contact: koha.sekjal@gmail.com Severity: normal Classification: Unclassified OS: All Reporter: oleonard@myacpl.org Hardware: All Status: NEW Version: master Component: Templates Product: Koha The language chooser which is displayed in the staff client if there are more than one translations enabled contains invalid markup: <div id="changelanguage" class="ft"> <ul id="i18nMenu" class="footermenu"> <div class="lang"> <li>English</li> </div> <div class="lang"> <li><a href="/cgi-bin/koha/changelanguage.pl?language=fr-FR">Français</a></li> </div> </ul> </div> It is not valid to wrap a <li> with a <div>. It would be better to find a valid way to constrict this so that "real" validation problems are easier to identify when testing. -- You are receiving this mail because: You are watching all bug changes.