From 36cbdf576b71b5b78c027f3122d6b3208f367f51 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Tue, 17 May 2016 15:15:58 -0400 Subject: [PATCH] Corrects duplicate main element wrapper on Wiki article template --- lms/templates/wiki/article.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/lms/templates/wiki/article.html b/lms/templates/wiki/article.html index 0a4d1d659f..f518f61bbe 100644 --- a/lms/templates/wiki/article.html +++ b/lms/templates/wiki/article.html @@ -12,18 +12,16 @@
-
-
- {% if selected_tab != "edit" %} -

{{ article.current_revision.title }}

+
+ {% if selected_tab != "edit" %} +

{{ article.current_revision.title }}

- {% endif %} + {% endif %} - {% block wiki_contents_tab %} - {% wiki_render article %} - {% endblock %} -
-
+ {% block wiki_contents_tab %} + {% wiki_render article %} + {% endblock %} +