Fix per css personalizzato

This commit is contained in:
loviuz 2021-07-27 14:55:20 +02:00
parent 6b3f05b666
commit 3fbd42e0e4
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if (Auth::check()) {
</script>';
}
$custom_css = setting('CSS Personalizzato');
$custom_css = html_entity_decode( setting('CSS Personalizzato') );
if (!empty($custom_css)) {
echo '
<style>'.$custom_css.'</style>';