diff --git a/app/conferences_active/conference_interactive_inc.php b/app/conferences_active/conference_interactive_inc.php index c74faca9d8..bc677f52da 100644 --- a/app/conferences_active/conference_interactive_inc.php +++ b/app/conferences_active/conference_interactive_inc.php @@ -128,7 +128,7 @@ if (permission_exists('conference_interactive_lock')) { $action_locked = ($locked == "true") ? 'unlock' : 'lock'; - echo " \n"; + echo " \n"; } if (permission_exists('conference_interactive_mute')) { $action_mute_all = ($mute_all == "true") ? 'unmute' : 'mute';