mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-80357_main' of https://github.com/SimonasAdams/moodle
This commit is contained in:
commit
e75d017f1e
@ -64,7 +64,7 @@ function theme_boost_get_extra_scss($theme) {
|
||||
}
|
||||
|
||||
// Always return the background image with the scss when we have it.
|
||||
return !empty($theme->settings->scss) ? $theme->settings->scss . ' ' . $content : $content;
|
||||
return !empty($theme->settings->scss) ? "{$theme->settings->scss} \n {$content}" : $content;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user