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.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_arp.php b/src/usr/local/www/diag_arp.php
index 1b2270f..9f36fd0 100644
--- a/src/usr/local/www/diag_arp.php
+++ b/src/usr/local/www/diag_arp.php
@@ -361,8 +361,9 @@ $mac_man = load_mac_manufacturer_table();
$mac = trim($entry['mac']);
$mac_hi = strtoupper($mac[0] . $mac[1] . $mac[3] . $mac[4] . $mac[6] . $mac[7]);
- if (isset($mac_man[$mac_hi]))
+ if (isset($mac_man[$mac_hi])) {
print '<small>('. $mac_man[$mac_hi] .')</small>';
+ }
?>
</td>
<td><?=trim(str_replace("Z_ ", "", $entry['dnsresolve']))?></td>
@@ -372,7 +373,7 @@ $mac_man = load_mac_manufacturer_table();
</table>
</div>
-<script type="text/javascript>
+<script type="text/javascript">
//<![CDATA[
// Clear the "loading" div once the page has loaded"
events.push(function(){
OpenPOWER on IntegriCloud