Merge pull request #483 from WRXTsla/patch-2

Update dhcp.php
This commit is contained in:
Bill Zimmerman
2020-01-27 11:35:14 +01:00
committed by GitHub

View File

@@ -115,14 +115,12 @@
</thead>
<tbody>
<?php foreach ($leases as $lease) : ?>
<?php foreach (explode(' ', $lease) as $prop) : ?>
<tr>
<?php foreach (explode(' ', $lease) as $prop) : ?>
<td><?php echo htmlspecialchars($prop, ENT_QUOTES) ?></td>
<?php endforeach ?>
</tr>
<?php endforeach ?>
<?php endforeach ?>
</tbody>
</table>
</div><!-- /.table-responsive -->