diff --git a/theme/boost/lib.php b/theme/boost/lib.php index 039174d1624..755fc42623a 100644 --- a/theme/boost/lib.php +++ b/theme/boost/lib.php @@ -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; } /**