Completed
Push — master ( 6d1a1b...089199 )
by Jesus
02:02
created
locallib.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -796,7 +796,7 @@  discard block
 block discarded – undo
796 796
     $data['role'] = array(
797 797
         'name' => get_string('mod_form_field_participant_list_type_role', 'bigbluebuttonbn'),
798 798
         'children' => bigbluebuttonbn_get_roles_select($context, true)
799
-      );
799
+        );
800 800
     $data['user'] = array(
801 801
         'name' => get_string('mod_form_field_participant_list_type_user', 'bigbluebuttonbn'),
802 802
         'children' => bigbluebuttonbn_get_users_select($context, $bbactivity),
@@ -1704,7 +1704,7 @@  discard block
 block discarded – undo
1704 1704
         'data-action' => 'play',
1705 1705
         'data-target' => $playback['type'],
1706 1706
         'data-href' => $href,
1707
-      );
1707
+        );
1708 1708
     if ($CFG->bigbluebuttonbn_recordings_validate_url && !bigbluebuttonbn_is_bn_server()
1709 1709
             && !bigbluebuttonbn_is_valid_resource(trim($playback['url']))) {
1710 1710
         $linkattributes['class'] = 'btn btn-sm btn-warning';
Please login to merge, or discard this patch.