Skip to content

Commit

Permalink
Fixed Task MDL-9611
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabix committed Apr 30, 2007
1 parent 54bb33e commit 4e957c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/category.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
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;
Expand Down

0 comments on commit 4e957c8

Please sign in to comment.