removing \>\< around dstar-reflector
This commit is contained in:
parent
c15b001426
commit
fe53e12160
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,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><td>" . $linkSource . "</td><td> " . $protocol . "-link</td><td> to </td><td>" . $linkDest . "</td><td> " . $linkDir . "</td></tr>";
|
||||
}
|
||||
}
|
||||
$out .= "</table>";
|
||||
|
|
Loading…
Reference in a new issue