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 %}
+