Commit 6319050b by Christine Lytwynec

Add role="presentation" to .course-wrapper to prevent table

parent 6a1be48e
......@@ -161,10 +161,10 @@ ${fragment.foot_html()}
% endif
<div class="container">
<div class="course-wrapper">
<div class="course-wrapper" role="presentation">
% if disable_accordion is UNDEFINED or not disable_accordion:
<div class="course-index" role="navigation">
<div class="course-index">
<header id="open_close_accordion">
<a href="#">${_("close")}</a>
</header>
......
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