Fix order of </td> and </span> tags

This commit is contained in:
phl0 2016-11-23 13:13:19 +01:00
parent 217676e4d0
commit 4371f8472e
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

@ -68,9 +68,9 @@
if (strlen(getDMRNetwork()) > 0 ) { if (strlen(getDMRNetwork()) > 0 ) {
echo " (".getDMRNetwork().")"; echo " (".getDMRNetwork().")";
} }
echo "</td>";
?> ?>
</span> </span>
</td>
<td><span class="label <?php <td><span class="label <?php
if (getConfigItem("DMR Network", "Slot1", $mmdvmconfigs) == 1) { if (getConfigItem("DMR Network", "Slot1", $mmdvmconfigs) == 1) {
echo 'label-success">enabled'; echo 'label-success">enabled';