mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix missing / on closing <tr> tags.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user