Archived
1
0

fix missing div

This commit is contained in:
Jeff Becker 2016-11-02 15:17:14 -04:00
parent 6bb2b154ef
commit d77b2dbff9
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -41,13 +41,13 @@
<div class="ukko_thread_header">
<p>{{#i18n.Translations}}{{posted_on_label}}{{/i18n.Translations}} <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p>
</div>
<span class="thread_posts">
{{PostCount}} posts
</span>
<span class="thread_images">
{{ImageCount}} images
</span>
<div class="thread_header">
<span class="thread_posts">
{{PostCount}} posts
</span>
<span class="thread_images">
{{ImageCount}} images
</span>
</div>
<div class="truncated_post">
{{{OP.RenderTruncatedPost}}}