Skip to content

Commit

Permalink
add style
Browse files Browse the repository at this point in the history
  • Loading branch information
nova2018 committed May 18, 2019
1 parent 5b080b3 commit 14a9af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 color="red">' . $lang_viewpeerlist['text_ipv4_out'] . '</span>';
$arrConn[] = '<span style="color:red; font-weight: bold;">' . $lang_viewpeerlist['text_ipv4_out'] . '</span>';
}
}
if (!empty($e["ipv6"])){
Expand Down

0 comments on commit 14a9af6

Please sign in to comment.