Archived
1
0

fix template

This commit is contained in:
Jeff Becker 2017-10-10 13:30:54 -04:00
parent c6cc0b17c0
commit ec7a17a647
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -46,7 +46,7 @@
{{#threads}} {{#threads}}
{{#Truncate}} {{#Truncate}}
<div class="thread" id="thread_{{OP.PostHash}}"> <div class="thread" id="thread_{{OP.PostHash}}">
Posted on <a href="{{BoardURL}}?lang={{i18n.Name}}">{{Board}}</a> Posted on <a href="{{BoardURL}}">{{Board}}</a>
<br /> <br />
{{{OP.RenderTruncatedPost}}} {{{OP.RenderTruncatedPost}}}
<div class="excluded">{{MissingPostCount}} posts excluded</div> <div class="excluded">{{MissingPostCount}} posts excluded</div>