Commit d116f84c by Ahsan Ulhaq

Removed aria label from section tag

parent 2caafb22
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<section class="container"> <section class="container">
<div class="course-wrapper"> <div class="course-wrapper">
<section aria-label="${_('User Profile')}" class="user-profile"> <section class="user-profile">
<nav aria-label="${_('User Profile')}"> <nav aria-label="${_('User Profile')}">
<article class="sidebar-module discussion-sidebar"> <article class="sidebar-module discussion-sidebar">
......
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