diff --git a/chat.php b/chat.php index 49eeb65..ddb5007 100644 --- a/chat.php +++ b/chat.php @@ -2311,11 +2311,11 @@ function print_chatters(){ echo "
$I[staff]: ".implode('   ', $S).''; } if($U['status']>=3){ // can chat in member channel - echo '' . $channellink . 's ?" target="post">
' . $I['members'] . ': '.implode('   ', $M).''; + echo '' . $channellink . 's ?" target="post">
' . $I['members'] . ': '.implode('   ', $M).''; } else { echo "
$I[members]: ".implode('   ', $M).''; } - echo '' . $channellink . 's *" target="post">
' . $I['guests'] . ': '.implode('   ', $G).''; + echo '' . $channellink . 's *" target="post">
' . $I['guests'] . ': '.implode('   ', $G).''; echo ''; } }