Dashboard: Fix issue with Ring Group Forward not saving changes.

Misc: Restore/Fix some missing/botched HTML tags.
This commit is contained in:
reliberate
2016-04-07 14:14:32 -06:00
parent a839585fdf
commit 2ca9bd75e4
5 changed files with 11 additions and 30 deletions

View File

@@ -158,7 +158,7 @@ require_once "resources/paging.php";
if (!$is_included) {
echo th_order_by('ring_group_description', $text['label-description'], $order_by, $order);
}
echo "<tr>\n";
echo "</tr>\n";
$c = 0;
if ($result_count > 0) {
@@ -183,7 +183,6 @@ require_once "resources/paging.php";
unset($sql, $result, $row_count);
}
echo "<tr>\n";
echo "</table>";
echo "<br>";