summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dhcp_leases.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-16 23:26:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-16 23:26:36 +0000
commitb86e64c113f9e5aa7fabfebd5ed56e6157cb7ac2 (patch)
tree600e67ec436ce77b78b4efc26a371933400e2b8d /usr/local/www/diag_dhcp_leases.php
parent5b2177e43d2c0c12400b3edb1b865853423d0a1d (diff)
downloadpfsense-b86e64c113f9e5aa7fabfebd5ed56e6157cb7ac2.zip
pfsense-b86e64c113f9e5aa7fabfebd5ed56e6157cb7ac2.tar.gz
MFC 12259
close image tag
Diffstat (limited to 'usr/local/www/diag_dhcp_leases.php')
-rwxr-xr-xusr/local/www/diag_dhcp_leases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_dhcp_leases.php b/usr/local/www/diag_dhcp_leases.php
index 2c6cc8d..f2104e3 100755
--- a/usr/local/www/diag_dhcp_leases.php
+++ b/usr/local/www/diag_dhcp_leases.php
@@ -265,7 +265,7 @@ foreach ($leases as $data) {
echo "<img src=\"/themes/{$g['theme']}/images/icons/icon_plus.gif\" width=\"17\" height=\"17\" border=\"0\" title=\"add a static mapping for this MAC address\"></a></td>\n";
} else {
echo "<td class=\"list\" valign=\"middle\">";
- echo "<img src=\"/themes/{$g['theme']}/images/icons/icon_plus_mo.gif\" width=\"17\" height=\"17\" border=\"0\"</td>\n";
+ echo "<img src=\"/themes/{$g['theme']}/images/icons/icon_plus_mo.gif\" width=\"17\" height=\"17\" border=\"0\"></td>\n";
}
echo "<td valign=\"middle\"><a href=\"services_wol_edit.php?if={$data['if']}&mac={$data['mac']}&descr={$data['hostname']}\">";
OpenPOWER on IntegriCloud