mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 17:31:00 +01:00
Fixes a little HTML mistake in boards.php.
This commit is contained in:
parent
d0c4db9f03
commit
2865b17594
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user