Fix order of </td> and </span> tags
This commit is contained in:
parent
217676e4d0
commit
4371f8472e
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue