Archived
1
0

fix typos

This commit is contained in:
Jeff Becker 2016-02-15 16:52:38 -05:00
parent 007851056f
commit f8d3f85a4d
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ table tbody tr:nth-of-type( even ) {
} }
.reply, .ukko_thread_header { .reply, .thread_header {
background: #D6DAF0; background: #D6DAF0;
} }

View File

@ -20,7 +20,7 @@
<div id="ukko_threads"> <div id="ukko_threads">
{{#threads}} {{#threads}}
<div class="thread" id="thread_{{OP.PostHash}}"> <div class="thread" id="thread_{{OP.PostHash}}">
<div clsss="thread_header"> <div class="thread_header">
<p>Posted on <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p> <p>Posted on <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p>
</div> </div>
{{{OP.Truncate.RenderPost}}} {{{OP.Truncate.RenderPost}}}