Skip to content

Commit

Permalink
MDL-25589 removing extra align value
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jan 3, 2011
1 parent e1ce9a6 commit 89881a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/pending.php
Expand Up @@ -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'));

Expand Down

0 comments on commit 89881a3

Please sign in to comment.