aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-11 14:09:46 -0700
committerMark Otto <[email protected]>2013-08-11 14:09:46 -0700
commitb4081e6cd4c3dfd88c479f23438c455d755de782 (patch)
treece2e608ddb27a09cd13b3d8b1ea4a0ce7840c8de /_layouts/default.html
parent0b9efa95656a4f04b3bf09d55727fcfa9158e65a (diff)
parentf38241d77e5b67e3838e1185697ef175511efbcf (diff)
downloadbootstrap-b4081e6cd4c3dfd88c479f23438c455d755de782.tar.xz
bootstrap-b4081e6cd4c3dfd88c479f23438c455d755de782.zip
Merge pull request #9347 from kevinSuttle/header
Ensure proper use and location of role="banner"
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 3d0e7880e..1faac9b53 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -12,7 +12,7 @@
{% include nav-main.html %}
<!-- Docs page layout -->
- <div class="bs-header" id="content" role="banner">
+ <div class="bs-header" id="content">
<div class="container">
<h1>{{ page.title }}</h1>
<p>{{ page.lead }}</p>