diff --git a/html/includes/dev-syslog.inc b/html/includes/dev-syslog.inc index ea740df5c..032032dc3 100644 --- a/html/includes/dev-syslog.inc +++ b/html/includes/dev-syslog.inc @@ -3,7 +3,7 @@ $query = "SELECT * FROM `syslog` WHERE `host` = '$_GET[id]' ORDER BY `datetime` DESC LIMIT 0,250"; $data = mysql_query($query); -echo(""); +echo("
"); while($entry = mysql_fetch_array($data)) { diff --git a/html/includes/print-syslog.inc b/html/includes/print-syslog.inc index e9cf49f50..c43e55f53 100644 --- a/html/includes/print-syslog.inc +++ b/html/includes/print-syslog.inc @@ -17,10 +17,10 @@ if($bg == $list_colour_a) { $bg = $list_colour_b; } else { $bg=$list_colour_a; } - -
$entry[datetime] + $entry[priority] + $entry[program] diff --git a/html/pages/syslog.php b/html/pages/syslog.php index 70c82fb52..3cc7a25ec 100644 --- a/html/pages/syslog.php +++ b/html/pages/syslog.php @@ -1,7 +1,7 @@