diff options
Diffstat (limited to 'testing/templates/json.html')
-rw-r--r-- | testing/templates/json.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/templates/json.html b/testing/templates/json.html index 250b7be..a1855ca 100644 --- a/testing/templates/json.html +++ b/testing/templates/json.html @@ -1,4 +1,4 @@ { "foo": "{{ foo }}", - "bar": {{ bar|json }} + "bar": {{ bar|json|safe }} } |