diff options
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 862393c..36ae852 100644 --- a/templates/base.html +++ b/templates/base.html @@ -41,7 +41,7 @@ {% block content %}
REPLACE : The content
{% endblock %}
-<br class="clearfloat" /> /*This is to ensure that the content div expands around floated objects*/
+<br class="clearfloat" /> <!--This is to ensure that the content div expands around floated objects*/-->
</div>
|