diff --git a/src/App.php b/src/App.php
index 013c12b90..445101309 100644
--- a/src/App.php
+++ b/src/App.php
@@ -116,7 +116,7 @@ class App
public function registerStylesheet($path)
{
$url = str_replace($this->getBasePath() . DIRECTORY_SEPARATOR, '', $path);
- $url = htmlspecialchars($url, ENT_COMPAT, 'UTF-8');
+
$this->stylesheets[] = trim($url, '/');
}
diff --git a/view/templates/head.tpl b/view/templates/head.tpl
index e76b97b8b..f1983d7dc 100644
--- a/view/templates/head.tpl
+++ b/view/templates/head.tpl
@@ -9,7 +9,7 @@
{{foreach $stylesheets as $stylesheetUrl}}
-
+
{{/foreach}}
diff --git a/view/theme/frio/templates/head.tpl b/view/theme/frio/templates/head.tpl
index d8f8b1d82..c8d30c0b5 100644
--- a/view/theme/frio/templates/head.tpl
+++ b/view/theme/frio/templates/head.tpl
@@ -26,7 +26,7 @@
{{foreach $stylesheets as $stylesheetUrl}}
-
+
{{/foreach}}
{{* own css files *}}