Delete some whitespace introduced by b0638c67
authorBarry Oosthuizen <barry.oosthuizen@nottingham.ac.uk>
Wed, 29 Jul 2015 11:31:43 +0000 (12:31 +0100)
committerDan Marsden <dan@danmarsden.com>
Wed, 29 Jul 2015 22:53:16 +0000 (10:53 +1200)
renderer.php

index f404a2c..d358aef 100644 (file)
@@ -295,8 +295,6 @@ class mod_attendance_renderer extends plugin_renderer_base {
                         att_sessions_page_params::ACTION_DELETE_SELECTED => get_string('delete'),
                         att_sessions_page_params::ACTION_CHANGE_DURATION => get_string('changeduration', 'attendance'));
 
-
-
             $controls = html_writer::select($options, 'action');
             $attributes = array(
                     'type'  => 'submit',