summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/queue.php')
-rw-r--r--frontends/php/queue.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php
index 67d6f6f8..4544c523 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.php
@@ -37,7 +37,8 @@
echo "<td>".date("m.d.Y H:i:s",$row["nextcheck"])."</td>";
echo "<td>".$row["host"]."</td>";
echo "<td>".$row["description"]."</td>";
- echo "</tr>";
+ echo "</tr>";
+ cr();
}
echo "</table>";
?>