aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/header
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/header')
-rw-r--r--templates/web/base/header/css.html2
-rw-r--r--templates/web/base/header/title.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/header/css.html b/templates/web/base/header/css.html
index 219369465..a5d2580e8 100644
--- a/templates/web/base/header/css.html
+++ b/templates/web/base/header/css.html
@@ -8,4 +8,4 @@
<![endif]-->
<link rel="stylesheet" href="[% version('/vendor/OpenLayers/theme/default/style.css') %]">
-[% extra_css %]
+[% extra_css | safe %]
diff --git a/templates/web/base/header/title.html b/templates/web/base/header/title.html
index 835c87790..f3ff5119c 100644
--- a/templates/web/base/header/title.html
+++ b/templates/web/base/header/title.html
@@ -1,4 +1,4 @@
<title>
- [% "$title :: " | html IF title %]
+ [% tprintf('%s :: ', title) IF title %]
[% site_name -%]
</title>