bugfix for <hr/> after threads

This commit is contained in:
Savetheinternet 2011-10-06 00:42:27 +11:00
parent a16a45bce8
commit 07d52f056e
1 changed files with 2 additions and 1 deletions

View File

@ -121,8 +121,9 @@
</span> </span>
{% endif %} {% endif %}
</div>{% endfilter %} </div>{% endfilter %}
{% set hr = post.hr %}
{% for post in post.posts %} {% for post in post.posts %}
{% include 'post_reply.html' %} {% include 'post_reply.html' %}
{% endfor %} {% endfor %}
<br class="clear"/>{% if post.hr %}<hr/>{% endif %} <br class="clear"/>{% if hr %}<hr/>{% endif %}