Commit 73f0b86f by Ahsan Ulhaq

Removed aria label from header and add it to nav

parent cdb6d513
......@@ -36,8 +36,8 @@ site_status_msg = get_site_status_msg(course_id)
% endif
</%block>
<header id="global-navigation" class="global ${"slim" if course else ""}" aria-label="${_('Global Navigation')}">
<nav aria-labelledby="global-navigation">
<header id="global-navigation" class="global ${"slim" if course else ""}" >
<nav aria-label="${_('Global')}">
<h1 class="logo">
<a href="${marketing_link('ROOT')}">
<%block name="navigation_logo">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment