Small edit HTML tag

Removed excess line on the "Repeater info" table in the "D-Star linked to" column. Revised tag on the written text of the info on the software versions
This commit is contained in:
LucaMarche IZ1MLT 2018-06-01 14:38:25 +02:00 committed by GitHub
parent ec6db6a525
commit 61d9b04e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -662,7 +662,7 @@ function getDSTARLinks() {
$linkDest = $linx[4][0];
$linkDir = $linx[5][0];
}
$out .= "<tr><td>" . $linkSource . "</td><td>&nbsp;" . $protocol . "-link</td><td>&nbsp;to&nbsp;</td><td>" . $linkDest . "</td><td>&nbsp;" . $linkDir . "</td></tr>";
$out .= "<tr>" . $linkSource . "&nbsp;" . $protocol . "-link&nbsp;to&nbsp;" . $linkDest . "&nbsp;" . $linkDir ."</tr>";
}
}
$out .= "</table>";

View file

@ -63,7 +63,7 @@ include "version.php";
}
?>:</small> <?php echo getCallsign($mmdvmconfigs) ?><br>
<small>DMR-Id: <?php echo getDMRId($mmdvmconfigs) ?></small></h1><hr>
<h4>MMDVMHost by G4KLX Version: <?php echo getMMDVMHostVersion() ?><br>Firmware: <?php echo getFirmwareVersion();
<h5>MMDVMHost by G4KLX Version: <?php echo getMMDVMHostVersion() ?><br>Firmware: <?php echo getFirmwareVersion();
if (defined("ENABLEDMRGATEWAY")) {
?>
<br>DMRGateway by G4KLX Version: <?php echo getDMRGatewayVersion();
@ -81,7 +81,7 @@ include "version.php";
echo _("DMR-Network: ").getDMRNetwork();
}
}
?></h4>
?></h5>
<?php
$logourl = "";
if (defined("JSONNETWORK")) {