Completed
Push — master ( f27f01...18c4ce )
by Jacob
01:28
created
renderer.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -170,15 +170,15 @@
 block discarded – undo
170 170
      * @param boolean $oldermoodle True if Moodle >= 3.2, else False.
171 171
      * @return string
172 172
      */
173
-     public function render_videortc_index($oldermoodle) {
174
-         $output = html_writer::start_tag('div', array('class' => 'container-fluid'));
175
-         $output .= tinymce_recordrtc_renderer::render_alerts($oldermoodle);
176
-         $output .= tinymce_recordrtc_renderer::render_player($oldermoodle, 'video');
177
-         $output .= tinymce_recordrtc_renderer::render_buttons($oldermoodle);
178
-         $output .= html_writer::end_tag('div');
173
+        public function render_videortc_index($oldermoodle) {
174
+            $output = html_writer::start_tag('div', array('class' => 'container-fluid'));
175
+            $output .= tinymce_recordrtc_renderer::render_alerts($oldermoodle);
176
+            $output .= tinymce_recordrtc_renderer::render_player($oldermoodle, 'video');
177
+            $output .= tinymce_recordrtc_renderer::render_buttons($oldermoodle);
178
+            $output .= html_writer::end_tag('div');
179 179
 
180
-         return $output;
181
-     }
180
+            return $output;
181
+        }
182 182
 
183 183
     /**
184 184
      * Renders the HTML to include the necessary scripts.
Please login to merge, or discard this patch.