[Koha-bugs] [Bug 7644] New: Invalid markup in staff client language chooser

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 5 18:18:48 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7644

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7644
          Assignee: oleonard at myacpl.org
           Summary: Invalid markup in staff client language chooser
        QA Contact: koha.sekjal at gmail.com
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: oleonard at 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&ccedil;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.


More information about the Koha-bugs mailing list