Skip to content

Commit

Permalink
Merge branch 'MDL-80357_main' of https://github.com/SimonasAdams/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyatregubov committed Jan 11, 2024
2 parents 0fc2732 + 8c76c55 commit e75d017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/boost/lib.php
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit e75d017

Please sign in to comment.