diff --git a/bl-kernel/helpers/theme.class.php b/bl-kernel/helpers/theme.class.php index cf74099e..6645d35f 100644 --- a/bl-kernel/helpers/theme.class.php +++ b/bl-kernel/helpers/theme.class.php @@ -214,7 +214,7 @@ class Theme { $scripts = ''; foreach($files as $file) { - $scripts .= ''.PHP_EOL; + $scripts .= ''.PHP_EOL; } return $scripts; @@ -253,7 +253,7 @@ class Theme { public static function jsBootstrap() { - return ''.PHP_EOL; + return ''.PHP_EOL; } public static function cssBootstrap() @@ -269,7 +269,7 @@ class Theme { public static function jsSortable() { // https://github.com/psfpro/bootstrap-html5sortable - return ''.PHP_EOL; + return ''.PHP_EOL; } }