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

@@ -173,7 +173,7 @@ else {
echo "<a href='domain_edit.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) {