Browse Source

Delete some whitespace introduced by b0638c67

MOODLE_29_STABLE
Barry Oosthuizen 10 years ago
committed by Dan Marsden
parent
commit
f4641fff2b
  1. 2
      renderer.php

2
renderer.php

@ -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',

Loading…
Cancel
Save