From b9a64e73719473b2addcbb68b8c27b51d0c3574d Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 14 Feb 2021 17:59:03 +0100 Subject: [PATCH] Fix Whitespace --- chat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.php b/chat.php index fca40af..1a77d34 100644 --- a/chat.php +++ b/chat.php @@ -1593,7 +1593,7 @@ function send_notes(int $type){ echo ''.form_target('view', 'notes', 'admin').submit($I['admnotes']).''; } if($U['status']>=5){ - echo ''.form_target('view', 'notes', 'staff').submit($I['staffnotes']).''; + echo ''.form_target('view', 'notes', 'staff').submit($I['staffnotes']).''; } if($personalnotes){ echo ''.form_target('view', 'notes').submit($I['personalnotes']).'';