summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-12-16 02:49:51 -0800
committerNOYB <Al_Stu@Frontier.com>2015-12-16 02:49:51 -0800
commite13d2c07db3d06fd0a20247a440ee2499c3447f4 (patch)
treeb74f8d48034ff4b35d79cd8ef16a7431d0c38408 /src/usr
parent6b55a30f4b202d9593878a1e9ccc89e31792e311 (diff)
downloadpfsense-e13d2c07db3d06fd0a20247a440ee2499c3447f4.zip
pfsense-e13d2c07db3d06fd0a20247a440ee2499c3447f4.tar.gz
HTML Compliance - Interfaces Widget
Replace status indicator icon alt tag with title tag. Add space between td tag and attributes.
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/widgets/widgets/interfaces.widget.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/widgets/widgets/interfaces.widget.php b/src/usr/local/www/widgets/widgets/interfaces.widget.php
index 586604c..4cc1de0 100644
--- a/src/usr/local/www/widgets/widgets/interfaces.widget.php
+++ b/src/usr/local/www/widgets/widgets/interfaces.widget.php
@@ -105,7 +105,7 @@ foreach ($ifdescrs as $ifdescr => $ifname):
</td>
<td>
<?php if ($known_status):?>
- <i class="fa fa-<?=$icon?>" alt="<?=htmlspecialchars($ifinfo['status'])?>"></i>
+ <i class="fa fa-<?=$icon?>" title="<?=htmlspecialchars($ifinfo['status'])?>"></i>
<?php else: ?>
<?=htmlspecialchars($ifinfo['status'])?>
<?php endif; ?>
@@ -114,7 +114,7 @@ foreach ($ifdescrs as $ifdescr => $ifname):
<?=htmlspecialchars($ifinfo['media']);?>
</td>
- <td<?=($ifinfo['dhcplink'] ? ' title="via dhcp"':'')?>>
+ <td <?=($ifinfo['dhcplink'] ? ' title="via dhcp"':'')?>>
<?php if (empty($ifinfo['ipaddr']) && empty($ifinfo['ipaddrv6'])): ?>
n/a
<?php else: ?>
OpenPOWER on IntegriCloud