bugfix for <hr/> after threads
This commit is contained in:
parent
a16a45bce8
commit
07d52f056e
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue