For HTML correctness.
This commit is contained in:
parent
a43b407c41
commit
793b49a054
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ class PoolsTheme extends Themelet {
|
||||||
<th>Creator</th>
|
<th>Creator</th>
|
||||||
<th>Posts</th>
|
<th>Posts</th>
|
||||||
<th>Public</th>
|
<th>Public</th>
|
||||||
</tr></thead>';
|
</tr></thead><tbody>';
|
||||||
|
|
||||||
$n = 0;
|
$n = 0;
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ class PoolsTheme extends Themelet {
|
||||||
<thead><tr>
|
<thead><tr>
|
||||||
<th class="left">Title</th>
|
<th class="left">Title</th>
|
||||||
<th class="left">Description</th>
|
<th class="left">Description</th>
|
||||||
</tr></thead>';
|
</tr></thead><tbody>';
|
||||||
|
|
||||||
$n = 0;
|
$n = 0;
|
||||||
foreach($pools as $pool) {
|
foreach($pools as $pool) {
|
||||||
|
@ -353,7 +353,7 @@ class PoolsTheme extends Themelet {
|
||||||
<th>Updater</th>
|
<th>Updater</th>
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
</tr></thead>';
|
</tr></thead><tbody>';
|
||||||
|
|
||||||
$n = 0;
|
$n = 0;
|
||||||
foreach($histories as $history) {
|
foreach($histories as $history) {
|
||||||
|
|
Reference in a new issue