From b96bb6edb753dd3bf09436e84e7aa78993dba56a Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 27 Jul 2022 14:29:49 +0200 Subject: embed JSON strings via tojson This will properly escape special characters and quotes in the string. --- fietsboek/templates/layout.jinja2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fietsboek/templates/layout.jinja2 b/fietsboek/templates/layout.jinja2 index 984a790..0e43a36 100644 --- a/fietsboek/templates/layout.jinja2 +++ b/fietsboek/templates/layout.jinja2 @@ -19,15 +19,15 @@ -- cgit v1.2.3