From c81be7792990a2da0d60bf61b876db85bba9a61a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Laussel=20Lo=C3=AFc?= Date: Fri, 5 May 2017 11:10:28 +0200 Subject: [PATCH] Add missing
element to documentation includes explicit `role="main"` for IE10/IE11 compatibility --- docs/_layouts/default.html | 4 ++-- docs/_layouts/docs.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }} -
+ -- 2.47.2