Browse Source

Minor - removing whitespace.

Julio Montoya 11 years ago
parent
commit
ba086d68d9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      main/template/default/layout/main.tpl

+ 3 - 3
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 %}
-        
+
         </div> <!-- end of #row" -->
         </div> <!-- end of #main" -->
         <div class="push"></div>
@@ -19,4 +19,4 @@
         </div> <!-- end of #wrapper section -->
     {% endif %}
     {% include "default/layout/main_footer.tpl" %}
-{% endblock %}
+{% endblock %}