mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
Add missing <main> element to documentation
includes explicit `role="main"` for IE10/IE11 compatibility
This commit is contained in:
committed by
Patrick H. Lauke
parent
7338da0cdb
commit
c81be77929
@@ -12,9 +12,9 @@
|
||||
|
||||
{% include nav-home.html %}
|
||||
|
||||
<div id="content">
|
||||
<main id="content" role="main">
|
||||
{{ content }}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user