summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nfsw/templates/base.html b/nfsw/templates/base.html
index 771f2d3..2f57c95 100644
--- a/nfsw/templates/base.html
+++ b/nfsw/templates/base.html
@@ -12,8 +12,8 @@
<body>
{% block js %}{% endblock %}
- <section class="content">
+ <div class="content">
{% block content %}{% endblock %}
- </section>
+ </div>
</body>
</html>