forked from GithubBackups/vichan
Fixes a little HTML mistake in boards.php.
This commit is contained in:
parent
d0c4db9f03
commit
2865b17594
@ -33,7 +33,7 @@ th.headerSortDown {
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
CSS;
|
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_hour = 0;
|
||||||
$total_posts = 0;
|
$total_posts = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user