adjusted blank line in txinfo if no transmission
This commit is contained in:
parent
c5b8592ffb
commit
74340cd1a7
1 changed files with 7 additions and 4 deletions
11
txinfo.php
11
txinfo.php
|
@ -76,11 +76,14 @@ foreach ($lastHeard as $listElem) {
|
|||
echo "</tr>";
|
||||
} else {
|
||||
if ($counter == 1) {
|
||||
$colspan = 7;
|
||||
if (defined("ENABLEXTDLOOKUP")) {
|
||||
echo "<tr><td colspan='8'></td></tr>";
|
||||
} else {
|
||||
echo "<tr><td colspan='7'></td></tr>";
|
||||
}
|
||||
$colspan++;
|
||||
}
|
||||
if (defined("TALKERALIAS")) {
|
||||
$colspan++;
|
||||
}
|
||||
echo "<tr><td colspan='".$colspan."'></td></tr>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue