summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/status_dhcp_leases.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_dhcp_leases.php b/src/usr/local/www/status_dhcp_leases.php
index c4be58c..6456f98 100644
--- a/src/usr/local/www/status_dhcp_leases.php
+++ b/src/usr/local/www/status_dhcp_leases.php
@@ -293,8 +293,8 @@ foreach ($config['interfaces'] as $ifname => $ifarr) {
$slease['if'] = $ifname;
$slease['start'] = "";
$slease['end'] = "";
- $slease['hostname'] = htmlentities($static['hostname']);
- $slease['descr'] = htmlentities($static['descr']);
+ $slease['hostname'] = $static['hostname'];
+ $slease['descr'] = $static['descr'];
$slease['act'] = $static_string;
$slease['online'] = in_array(strtolower($slease['mac']), $arpdata_mac) ? $online_string : $offline_string;
$slease['staticmap_array_index'] = $idx;
OpenPOWER on IntegriCloud