Fix missing / on closing <tr> tags.

This commit is contained in:
Nate Jones
2014-06-22 01:16:49 +00:00
parent a66286deb9
commit 454e4cc12c
8 changed files with 10 additions and 5 deletions
+2
View File
@@ -144,6 +144,8 @@ require_once "resources/paging.php";
echo "<td class='list_control_icons'>";
echo "<a href='destination_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>";
echo "</td>\n";
echo "</tr>\n";
if ($result_count > 0) {
foreach($result as $row) {
$tr_link = "href='destination_edit.php?id=".$row['destination_uuid']."'";