you do not need to escape " in '
This commit is contained in:
4
chat.php
4
chat.php
@ -2311,11 +2311,11 @@ function print_chatters(){
|
||||
echo "<th><br/>$I[staff]:</th><td> </td><td>".implode(' ', $S).'</td>';
|
||||
}
|
||||
if($U['status']>=3){ // can chat in member channel
|
||||
echo '<th>' . $channellink . 's ?" target="post"><br/>' . $I['members'] . ':</a></th><td> </td><td class=\"chattername\">'.implode(' ', $M).'</td>';
|
||||
echo '<th>' . $channellink . 's ?" target="post"><br/>' . $I['members'] . ':</a></th><td> </td><td class="chattername">'.implode(' ', $M).'</td>';
|
||||
} else {
|
||||
echo "<th><br/>$I[members]:</th><td> </td><td>".implode(' ', $M).'</td>';
|
||||
}
|
||||
echo '<th>' . $channellink . 's *" target="post"><br/>' . $I['guests'] . ':</a></th><td> </td><td class=\"chattername\">'.implode(' ', $G).'</td>';
|
||||
echo '<th>' . $channellink . 's *" target="post"><br/>' . $I['guests'] . ':</a></th><td> </td><td class="chattername">'.implode(' ', $G).'</td>';
|
||||
echo '</tr></table></div>';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user