1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 01:34:31 +01:00

bugfix for <hr/> after threads

This commit is contained in:
Savetheinternet 2011-10-06 00:42:27 +11:00
parent e35c03659e
commit bb9475a4e3

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 %}