From: Laussel Loïc Date: Fri, 5 May 2017 09:10:28 +0000 (+0200) Subject: Add missing
element to documentation X-Git-Tag: v4.0.0-beta~166^2~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c81be7792990a2da0d60bf61b876db85bba9a61a;p=thirdparty%2Fbootstrap.git Add missing
element to documentation includes explicit `role="main"` for IE10/IE11 compatibility --- diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index dab3d56655..e3642ac6d1 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -12,9 +12,9 @@ {% include nav-home.html %} -
+
{{ content }} -
+
{% include footer.html %} diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 4c719c5d8a..c44275f1f8 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -24,10 +24,10 @@
{% include nav-docs.html %}
-
+

{{ page.title }}

{{ content }} -
+