From 6fd164b65bed0bc1f74142457676869d2034046f Mon Sep 17 00:00:00 2001 From: phl0 Date: Sun, 31 Jul 2016 16:02:43 +0200 Subject: [PATCH] Remove text decoration from hyper links --- dashboard/pgs/peers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/pgs/peers.php b/dashboard/pgs/peers.php index efcc67d..4ab2a32 100644 --- a/dashboard/pgs/peers.php +++ b/dashboard/pgs/peers.php @@ -52,7 +52,7 @@ for ($i=0;$i<$Reflector->PeerCount();$i++) { } if ($URL) { echo ' - '.$Name.''; + '.$Name.''; } else { echo ' '.$Name.'';