From 701c8f70b6ebbc33c8fb8a7f8c5f7bb56d05cc22 Mon Sep 17 00:00:00 2001 From: nova Date: Sat, 18 May 2019 15:49:56 +0800 Subject: [PATCH] bugfix --- viewpeerlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewpeerlist.php b/viewpeerlist.php index 7cb86b6..1089714 100644 --- a/viewpeerlist.php +++ b/viewpeerlist.php @@ -127,7 +127,7 @@ function dltable($name, $arr, $torrent) $arrConn = []; if (!empty($e["ipv4"])){ if (check_tjuip(ip2long($e['ipv4']))){ - $arrConn[] = '' . $lang_viewpeerlist['text_ipv4_in'] . '>'; + $arrConn[] = '' . $lang_viewpeerlist['text_ipv4_in'] . ''; }else{ $arrConn[] = '' . $lang_viewpeerlist['text_ipv4_out'] . ''; }