summaryrefslogtreecommitdiff
path: root/app/Template/layout.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r--app/Template/layout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php
index 68028240..ec9f2288 100644
--- a/app/Template/layout.php
+++ b/app/Template/layout.php
@@ -18,7 +18,7 @@
<?= $this->css('assets/css/app.css') ?>
<?php if ($this->config->get('application_stylesheet')): ?>
- <style><?= $this->e($this->config->get('application_stylesheet')) ?></style>
+ <style><?= $this->config->get('application_stylesheet') ?></style>
<?php endif ?>
<link rel="icon" type="image/png" href="assets/img/favicon.png">