Merge branch 'wip-MDL-37614_master' of git://github.com/lazydaisy/moodle

This commit is contained in:
Sam Hemelryk
2013-01-28 17:40:08 +13:00
+1 -1
View File
@@ -157,7 +157,7 @@ foreach ($courses as $type => $infos) {
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>';