diff --git a/course/pending.php b/course/pending.php index 3be581e798303..3c167ca73ff30 100644 --- a/course/pending.php +++ b/course/pending.php @@ -100,7 +100,7 @@ /// Build a table of all the requests. $table = new html_table(); $table->attributes['class'] = 'pendingcourserequests generaltable'; - $table->align = array('center', 'center', 'center', 'center', 'center', 'center', 'center'); + $table->align = array('center', 'center', 'center', 'center', 'center', 'center'); $table->head = array(get_string('shortname'), get_string('fullname'), get_string('requestedby'), get_string('summary'), get_string('requestreason'), get_string('action'));