forked from leftypol/leftypol
Use div.body instead of p.body; issue #73
This commit is contained in:
parent
a7d4a5c3c8
commit
34e9e671b3
5 changed files with 11 additions and 11 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue