diff --git a/table.inc.php b/table.inc.php index e11fe9bb..7a9af16b 100644 --- a/table.inc.php +++ b/table.inc.php @@ -64,7 +64,7 @@ if ($mysql->server_info >= 5) { if ($result->num_rows) { echo "\n"; while ($row = $result->fetch_assoc()) { - echo "\n"; + echo "\n"; } echo "
$row[Timing]$row[Event]" . htmlspecialchars($row["Trigger"]) . "' . lang('Alter') . "
$row[Timing]$row[Event]" . htmlspecialchars($row["Trigger"]) . "' . lang('Alter') . "
\n"; }