MDL-57552 core_course: Typo in view-combined class

This commit is contained in:
Amaia Anabitarte 2020-12-17 12:43:19 +01:00
parent 56fd8c5125
commit bafdfedf9d
2 changed files with 4 additions and 1 deletions

View File

@ -455,7 +455,7 @@ if ($viewmode === 'default' || $viewmode === 'combined') {
}
}
if ($viewmode === 'default' || $viewmode === 'combined') {
$class .= ' viewmode-cobmined';
$class .= ' viewmode-combined';
} else {
$class .= ' viewmode-'.$viewmode;
}

View File

@ -1,6 +1,9 @@
This files describes API changes in /theme/* themes,
information provided here is intended especially for theme designer.
=== 3.11 ===
* The classname 'viewmode-cobmined' in course/management.php has been changed to 'viewmode-combined'
=== 3.10 ===
* The Bootstrap legacy css utilities from Bootstrap 2 and 4alpha have been removed.
The syntax for the new Bootstrap 4.5 utility classes is {property}{sides}-{breakpoint}-{size} for sm, md, lg, and xl.