mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
MDL-57552 core_course: Typo in view-combined class
This commit is contained in:
parent
56fd8c5125
commit
bafdfedf9d
@ -455,7 +455,7 @@ if ($viewmode === 'default' || $viewmode === 'combined') {
|
||||
}
|
||||
}
|
||||
if ($viewmode === 'default' || $viewmode === 'combined') {
|
||||
$class .= ' viewmode-cobmined';
|
||||
$class .= ' viewmode-combined';
|
||||
} else {
|
||||
$class .= ' viewmode-'.$viewmode;
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user