diff --git a/docs/_includes/doc.html b/docs/_includes/doc.html
index e0bb7206e..4c86eb6b6 100644
--- a/docs/_includes/doc.html
+++ b/docs/_includes/doc.html
@@ -1,25 +1,25 @@
-
-
-
-
- {% if include.truncate %}
- {% if page.content contains '' %}
- {{ page.content | split:'' | first }}
-
- {% else %}
- {{ page.content }}
- {% endif %}
- {% else %}
- {{ content }}
-
- Edit on GitHub
- {% endif %}
-
- {% include doc_paging.html %}
-
+
+
+
+
+ {% if include.truncate %}
+ {% if page.content contains '' %}
+ {{ page.content | split:'' | first }}
+
+ {% else %}
+ {{ page.content }}
+ {% endif %}
+ {% else %}
+ {{ content }}
+
+ Edit on GitHub
+ {% endif %}
+
+ {% include doc_paging.html %}
+