Use div.body instead of p.body; issue #73

This commit is contained in:
Michael Save 2012-08-27 22:32:04 +10:00
parent a7d4a5c3c8
commit 34e9e671b3
5 changed files with 11 additions and 11 deletions

View file

@ -91,9 +91,9 @@
</a>
{% endif %}
{{ post.postControls }}
<p class="body">
<div class="body">
{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}
</p>
</div>
</div>
<br/>
{% endfilter %}