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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7644
          Assignee: [email protected]
           Summary: Invalid markup in staff client language chooser
        QA Contact: [email protected]
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to