forked from science-ation/science-ation
Add another missing <tbody> ... </tbody>
This commit is contained in:
parent
589b3aa173
commit
9e3473dd33
@ -363,12 +363,14 @@ echo "<th>".i18n("School(s)")."</th>";
|
|||||||
echo "<th>".i18n("Student(s)")."</th>";
|
echo "<th>".i18n("Student(s)")."</th>";
|
||||||
echo "<th>".i18n("Action")."</th>";
|
echo "<th>".i18n("Action")."</th>";
|
||||||
echo "</tr></thead>";
|
echo "</tr></thead>";
|
||||||
|
echo "<tbody>";
|
||||||
|
|
||||||
while($r=mysql_fetch_object($q)) {
|
while($r=mysql_fetch_object($q)) {
|
||||||
echo "<tr id=\"row_{$r->reg_id}\">";
|
echo "<tr id=\"row_{$r->reg_id}\">";
|
||||||
print_row($r);
|
print_row($r);
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
}
|
}
|
||||||
|
echo "</tbody>";
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user