trema-tech / moodle-theme_trema

Theme trema, a Moodle LMS plugin.
https://moodle.org/plugins/theme_trema
GNU General Public License v3.0
39 stars 19 forks source link

HTML5 Validation Error: You can't have a DIV inside a SPAN for Language menu #73

Closed michael-milette closed 2 years ago

michael-milette commented 2 years ago

Hi @rmady,

Error: Element div not allowed as child of element span in this context:

<li class="nav-item lang-menu">
    <span class="dropdown nav-item">
        <a class="nav-link" id="drop-down-6180326819b09618032674b85c15" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#" title="Language" aria-label="Display language menu">
            <i area-hidden="true" class="fa fa-globe"></i>
        </a>
        <div class="dropdown-menu" aria-labelledby="drop-down-6180326819b09618032674b85c15">
            <a class="dropdown-item" href="https://localhost/admin/settings.php?section=themesettings&amp;lang=en" lang="en">English</a>
            <a class="dropdown-item" href="https://localhost/admin/settings.php?section=themesettings&amp;lang=fr_ca" lang="fr-ca">Français</a>
        </div>
    </span>
</li>

In addition:

Let me know if you have any questions or concerns.

Best regards,

Michael

rmady commented 2 years ago

Great @michael-milette, this change was awesome. I'm learning a lot with your commits ;)

-- Best regards, Rodrigo Mady

michael-milette commented 2 years ago

Thanks @rmady 👍 You are very kind.

Thank you for integrating the changes.

Best regards,

Michael