Remove html escaping for custom css

This commit is contained in:
Frederic Guillot
2015-03-21 15:30:03 -04:00
parent fc97378c83
commit dd066290e5

View File

@@ -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">