diff options
| author | Mark Otto <[email protected]> | 2013-08-11 14:09:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 14:09:46 -0700 |
| commit | b4081e6cd4c3dfd88c479f23438c455d755de782 (patch) | |
| tree | ce2e608ddb27a09cd13b3d8b1ea4a0ce7840c8de /_layouts/default.html | |
| parent | 0b9efa95656a4f04b3bf09d55727fcfa9158e65a (diff) | |
| parent | f38241d77e5b67e3838e1185697ef175511efbcf (diff) | |
| download | bootstrap-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.html | 2 |
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> |
