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:
parent
a16a45bce8
commit
07d52f056e
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user