summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_routes.php')
-rw-r--r--usr/local/www/diag_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_routes.php b/usr/local/www/diag_routes.php
index afd6898..f8e2926 100644
--- a/usr/local/www/diag_routes.php
+++ b/usr/local/www/diag_routes.php
@@ -87,7 +87,7 @@ include('head.inc');
?>
<table class="tabcont" width="100%" cellspacing="0" cellpadding="6" border="0">
<tr><td class="listbg" colspan="<?=$elements?>"><strong><?=$name;?></strong></font></td></tr>
-<?
+<?php
foreach (explode("\n", $table) as $i => $line) {
if ($i == 0) continue;
OpenPOWER on IntegriCloud