Update blog templates in an effort to make them XHTML1.1 compliant
[sommitrealweird.git] / sommitrealweird / blog / templates / blog / single_entry_rst.html
index e2bd8c7f5eb2d51ff2b90e862b911e0fa85cc0f8..d8dbd10bab8fc5bcb9541b9885390eb5dd9f319e 100644 (file)
@@ -4,7 +4,9 @@
 
 {% block content %}
 <h1>{{ entry.title }}</h1>
+<div class="blogentry">
 {{ entry.content|restructuredtext }}
+</div>
 <p>Posted: {{ entry.publish_date|date:"Y-m-d H:i" }} 
     {% if entry.sections.count %}
     in