Fix missing / on closing <tr> tags.

This commit is contained in:
Nate Jones
2014-06-22 01:16:49 +00:00
parent 1c20d24653
commit bf6306705a
8 changed files with 10 additions and 5 deletions

View File

@@ -157,7 +157,7 @@ echo " <td align=\"center\">\n";
echo "<a href='signup.php' alt='".$text['button-add']."'>$v_link_label_add</a>";
}
echo "</td>\n";
echo "<tr>\n";
echo "</tr>\n";
if ($result_count > 0) {
foreach($result as $row) {