From fe53e121609d63d559e18c84e3cf4c3d230066c8 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Sat, 7 May 2016 19:43:22 +0200 Subject: [PATCH] removing \>\< around dstar-reflector --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= "";