aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-07 17:44:57 -0700
committerMark Otto <[email protected]>2017-05-07 17:44:57 -0700
commitee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1 (patch)
tree0ba0c5bc953dfcf9a29556dc0103e96325267b6f /docs/_layouts/default.html
parent8c7fe6cf147e98fb5d8096f6e6536bcb4e207586 (diff)
parent2a4be9a0c900b635548a27aa8022dca9c3061cef (diff)
downloadbootstrap-ee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1.tar.xz
bootstrap-ee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1.zip
Merge branch 'v4-dev' into form-tweaks
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r--docs/_layouts/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index dab3d5665..e3642ac6d 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -12,9 +12,9 @@
{% include nav-home.html %}
- <div id="content">
+ <main id="content" role="main">
{{ content }}
- </div>
+ </main>
{% include footer.html %}
</body>