1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 01:50:48 +01:00

bugfix for <hr/> after threads

This commit is contained in:
Savetheinternet 2011-10-06 00:42:27 +11:00
parent a16a45bce8
commit 07d52f056e

View File

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