diff options
-rw-r--r-- | templates/web/fixmystreet.com/header/css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/header/css.html b/templates/web/fixmystreet.com/header/css.html index 14dc98d44..96ecde092 100644 --- a/templates/web/fixmystreet.com/header/css.html +++ b/templates/web/fixmystreet.com/header/css.html @@ -11,7 +11,7 @@ <![endif]--> <!--[if gte IE 9]><!--> <style id="critical"> -[% critical %] +[% critical | safe %] </style> <noscript><link rel="stylesheet" href="[% base_css %]"></noscript> |