summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_arp.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_arp.php')
-rw-r--r--src/usr/local/www/diag_arp.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_arp.php b/src/usr/local/www/diag_arp.php
index 189e88c..a995cd8 100644
--- a/src/usr/local/www/diag_arp.php
+++ b/src/usr/local/www/diag_arp.php
@@ -349,7 +349,9 @@ $mac_man = load_mac_manufacturer_table();
</tr>
</thead>
<tbody>
- <?php foreach ($data as $entry): ?>
+
+<?php
+ foreach ($data as $entry): ?>
<tr>
<td><?=$hwif[$entry['interface']]?></td>
<td><?=$entry['ip']?></td>
OpenPOWER on IntegriCloud