diff --git a/src/tpl/head.php b/src/tpl/head.php index 6e1ea29..f202358 100644 --- a/src/tpl/head.php +++ b/src/tpl/head.php @@ -15,7 +15,7 @@ \n"; foreach ($css_files as $file) { echo file_get_contents($css_dir . $file . '.css') . "\n";