Fix Whitespace
This commit is contained in:
2
chat.php
2
chat.php
@ -1593,7 +1593,7 @@ function send_notes(int $type){
|
|||||||
echo '<td>'.form_target('view', 'notes', 'admin').submit($I['admnotes']).'</form></td>';
|
echo '<td>'.form_target('view', 'notes', 'admin').submit($I['admnotes']).'</form></td>';
|
||||||
}
|
}
|
||||||
if($U['status']>=5){
|
if($U['status']>=5){
|
||||||
echo '<td>'.form_target('view', 'notes', 'staff').submit($I['staffnotes']).'</form></td>';
|
echo '<td>'.form_target('view', 'notes', 'staff').submit($I['staffnotes']).'</form></td>';
|
||||||
}
|
}
|
||||||
if($personalnotes){
|
if($personalnotes){
|
||||||
echo '<td>'.form_target('view', 'notes').submit($I['personalnotes']).'</form></td>';
|
echo '<td>'.form_target('view', 'notes').submit($I['personalnotes']).'</form></td>';
|
||||||
|
Reference in New Issue
Block a user