From ba086d68d948681603f445d6a408275dfb950e15 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 8 Apr 2014 17:59:24 +0200 Subject: [PATCH] Minor - removing whitespace. --- main/template/default/layout/main.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/template/default/layout/main.tpl b/main/template/default/layout/main.tpl index da9cea5f8d..d0dc15c1aa 100644 --- a/main/template/default/layout/main.tpl +++ b/main/template/default/layout/main.tpl @@ -1,5 +1,5 @@ {% block header %} - {% include "default/layout/main_header.tpl" %} +{% include "default/layout/main_header.tpl" %} {% endblock %} {% block body %} @@ -11,7 +11,7 @@ {% block footer %} {# Footer #} {% if show_footer == true %} - +
@@ -19,4 +19,4 @@ {% endif %} {% include "default/layout/main_footer.tpl" %} -{% endblock %} \ No newline at end of file +{% endblock %}