diff options
| author | XhmikosR <[email protected]> | 2016-01-26 14:58:19 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-02-19 11:26:54 +0200 |
| commit | 79067a6440ba833fe290a2b386b0588ceb3610c7 (patch) | |
| tree | 82da26aceb445923459d9359cb880c26db6f50a1 /docs/_includes | |
| parent | c6c2958385e38d573aee61cb117add738f1b3635 (diff) | |
| download | bootstrap-79067a6440ba833fe290a2b386b0588ceb3610c7.tar.xz bootstrap-79067a6440ba833fe290a2b386b0588ceb3610c7.zip | |
Fix validation errors.
[skip sauce]
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 2 | ||||
| -rw-r--r-- | docs/_includes/nav-home.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 3b912c322..561d4110c 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1,4 +1,4 @@ -<footer class="bd-footer text-muted" role="contentinfo"> +<footer class="bd-footer text-muted"> <div class="container"> <ul class="bd-footer-links"> <li><a href="{{ site.repo }}">GitHub</a></li> diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index a347a5f7c..0436e2dbe 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -1,4 +1,4 @@ -<header class="navbar navbar-light navbar-static-top bd-navbar" role="banner"> +<header class="navbar navbar-light navbar-static-top bd-navbar"> <div class="container"> {% comment %} <nav class="nav navbar-nav pull-xs-right"> |
