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"> <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> <p>{{#i18n.Translations}}{{posted_on_label}}{{/i18n.Translations}} <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p>
</div> </div>
<div class="thread_header">
<span class="thread_posts"> <span class="thread_posts">
{{PostCount}} posts {{PostCount}} posts
</span> </span>
<span class="thread_images"> <span class="thread_images">
{{ImageCount}} images {{ImageCount}} images
</span> </span>
</div> </div>
<div class="truncated_post"> <div class="truncated_post">
{{{OP.RenderTruncatedPost}}} {{{OP.RenderTruncatedPost}}}