From 398c6f6aef5ad34fe0486d45da7ccc0e67000836 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 30 Aug 2020 12:43:45 +0200 Subject: [PATCH] mark config header content as 'safe' --- templates/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/head.html b/templates/head.html index d8a868c..87a80be 100644 --- a/templates/head.html +++ b/templates/head.html @@ -28,7 +28,7 @@ -{{ conf['ADDITIONAL_HEADER_CONTENT'] }} +{{ conf['ADDITIONAL_HEADER_CONTENT'] | safe }}