diff --git a/include/functions.php b/include/functions.php index d2a1f32..5baf672 100644 --- a/include/functions.php +++ b/include/functions.php @@ -205,7 +205,7 @@ function getDSTARLinks() { $linkDest = $linx[4][0]; $linkDir = $linx[5][0]; } - $out .= "" . $linkSource . " " . $protocol . "-link to >" . $linkDest . "< " . $linkDir . ""; + $out .= "" . $linkSource . " " . $protocol . "-link to " . $linkDest . " " . $linkDir . ""; } } $out .= "";