Dashboards / interfaces_list - missing </td>, closes https://github.com/opnsense/core/pull/5302

This commit is contained in:
Ad Schellevis 2021-10-26 18:22:13 +02:00
parent fed83ecb5a
commit 2fc0287c2f

View File

@ -159,6 +159,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
<?php else: ?>
<?= htmlspecialchars($ifinfo['status']) ?>
<?php endif ?>
</td>
<td style="width:35%; word-break: break-word;">
<?= empty($ifinfo['media']) ? htmlspecialchars($ifinfo['cell_mode']) : htmlspecialchars($ifinfo['media']) ?>
</td>