Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
nova2018 committed May 18, 2019
1 parent 14a9af6 commit e28fd5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewpeerlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function dltable($name, $arr, $torrent)
if (check_tjuip(ip2long($e['ipv4']))){
$arrConn[] = $lang_viewpeerlist['text_ipv4_in'];
}else{
$arrConn[] = '<span style="color:red; font-weight: bold;">' . $lang_viewpeerlist['text_ipv4_out'] . '</span>';
$arrConn[] = '<span style="color:red;">' . $lang_viewpeerlist['text_ipv4_out'] . '</span>';
}
}
if (!empty($e["ipv6"])){
Expand All @@ -138,7 +138,7 @@ function dltable($name, $arr, $torrent)
empty($arrConn) && $arrConn[] = $lang_viewpeerlist['text_unknown'];


$s .= "<td class=rowfollow align=center width=1%><nobr>" . implode('/', $arrConn) . "</nobr></td>\n";
$s .= "<td class=rowfollow align=center width=1%><nobr>" . implode('&nbsp;/&nbsp;', $arrConn) . "</nobr></td>\n";

$s .= "<td class=rowfollow align=center width=1%><nobr>" . mksize($e["uploaded"]) . "</nobr></td>\n";

Expand Down

0 comments on commit e28fd5c

Please sign in to comment.