Fixes a little HTML mistake in boards.php.

This commit is contained in:
fourfivesix 2014-09-23 20:46:33 -03:00
parent d0c4db9f03
commit 2865b17594

View File

@ -33,7 +33,7 @@ th.headerSortDown {
}
</style>
CSS;
$body .= '<table class="modlog" style="width:auto"><thead><tr><th>L</th><th>Board</th><th>Posts in last hour</th><th>Total posts</th><th>Created</th></thead></tr><tbody>';
$body .= '<table class="modlog" style="width:auto"><thead><tr><th>L</th><th>Board</th><th>Posts in last hour</th><th>Total posts</th><th>Created</th></tr></thead><tbody>';
$total_posts_hour = 0;
$total_posts = 0;