diff options
author | Dave Arter <davea@mysociety.org> | 2020-01-08 14:15:57 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-01-08 14:15:57 +0000 |
commit | 8d580fe761c68cb7c2cacf166e05e0cdfe5361d9 (patch) | |
tree | ebcd3cfe506cf80a8162923d512d88e3e55cca4a | |
parent | d6bd51fed944edc827eb500ebc4338c74b01be0e (diff) |
[fixmystreet.com] Mark front page critical CSS string as safe
-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> |