summaryrefslogtreecommitdiffstats
path: root/askbot/templates/one_column_body.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/one_column_body.html')
-rw-r--r--askbot/templates/one_column_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/templates/one_column_body.html b/askbot/templates/one_column_body.html
index 852f8fe5..27ced098 100644
--- a/askbot/templates/one_column_body.html
+++ b/askbot/templates/one_column_body.html
@@ -2,7 +2,7 @@
{% block body_class %}one-col{% endblock %}
{% block body %}
<div id="ContentFull">
- {% block content%}
- {% endblock%}
+ {% block content %}
+ {% endblock %}
</div>
{% endblock %}