Skip to content

Commit

Permalink
MDL-37614 report/completion: changed generalbox class in table to gen…
Browse files Browse the repository at this point in the history
…eraltable class in user.php
  • Loading branch information
Mary Evans committed Jan 21, 2013
1 parent a5ec499 commit 4c085ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/completion/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
if (!empty($infos)) {

echo '<h1 align="center">'.get_string($type, 'report_completion').'</h1>';
echo '<table class="generalbox boxaligncenter">';
echo '<table class="generaltable boxaligncenter">';
echo '<tr class="ccheader">';
echo '<th class="c0 header" scope="col">'.get_string('course').'</th>';
echo '<th class="c1 header" scope="col">'.get_string('requiredcriteria', 'completion').'</th>';
Expand Down

0 comments on commit 4c085ae

Please sign in to comment.