Merge pull request #67 from phl0/dev

Fix HTML source errors
This commit is contained in:
Kim - DG9VH 2016-11-23 13:31:00 +01:00 committed by GitHub
commit 9b056fb73d
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -6,7 +6,6 @@
<table id="sysinfo" class="table table-condensed">
</table>
</div>
</div>
</div>
<script>
function loadXMLDocSysinfo() {