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:
parent
ec6db6a525
commit
61d9b04e1c
2 changed files with 3 additions and 3 deletions
|
@ -662,7 +662,7 @@ function getDSTARLinks() {
|
|||
$linkDest = $linx[4][0];
|
||||
$linkDir = $linx[5][0];
|
||||
}
|
||||
$out .= "<tr><td>" . $linkSource . "</td><td> " . $protocol . "-link</td><td> to </td><td>" . $linkDest . "</td><td> " . $linkDir . "</td></tr>";
|
||||
$out .= "<tr>" . $linkSource . " " . $protocol . "-link to " . $linkDest . " " . $linkDir ."</tr>";
|
||||
}
|
||||
}
|
||||
$out .= "</table>";
|
||||
|
|
|
@ -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")) {
|
||||
|
|
Loading…
Reference in a new issue