]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed Task MDL-9611
authorandreabix <andreabix>
Mon, 30 Apr 2007 18:18:07 +0000 (18:18 +0000)
committerandreabix <andreabix>
Mon, 30 Apr 2007 18:18:07 +0000 (18:18 +0000)
course/category.php

index 5b21889485be5e834340ca9e035c139a6938b49e..aaad8155736ca689744391114db6d2b4aaeb9155 100644 (file)
             if ($subcategory->visible or has_capability('moodle/course:create', $context)) {
                 $subcategorieswereshown = true;
                 if ($firstentry) {
-                    echo '<table align="center" border="0" cellspacing="2" cellpadding="4" class="generalbox">';
+                    echo '<table border="0" cellspacing="2" cellpadding="4" class="generalbox boxaligncenter">';
                     echo '<tr><th scope="col">'.get_string('subcategories').'</th></tr>';
                     echo '<tr><td style="white-space: nowrap">';
                     $firstentry = false;