Remove redundant <p> tags
authorMagnus Hagander <magnus@hagander.net>
Tue, 15 Nov 2011 21:52:40 +0000 (22:52 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 15 Nov 2011 21:52:40 +0000 (22:52 +0100)
templates/news/newsarchive.html

index 5249c0d56c3fea1f141968d6a07cadcb8b2c6463..0e5568caf4eff65485d4319701162b81f945b220 100644 (file)
@@ -6,9 +6,7 @@
 {%for obj in news %}
 <h2><a href="/about/news/{{obj.id}}/">{{obj.title}}</a></h2>
 <div class="newsdate">Posted on <b>{{obj.date}}</b></div>
-<p>
 {{obj.content|markdown:"safe"|truncatewords_html:20}}
-</p>
 {%endfor%}
 <p><a href="/account/news/new/">Submit news</a></p>
 {%endblock%}