diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/header.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.tmpl b/templates/header.tmpl index 1abb6dd..8a1b0ca 100644 --- a/templates/header.tmpl +++ b/templates/header.tmpl @@ -26,7 +26,7 @@ <script src="/static/fluoride.js"></script> {{end}} {{if $.Ctx.UserCSS}} - <style>{{$.Ctx.UserCSS}}</style> + <style>{{RawCSS $.Ctx.UserCSS}}</style> {{end}} </head> <body {{if $.Ctx.DarkMode}}class="dark"{{end}}> |