From 653acf68a92d26d502241b8a7d6e19eb2407aefb Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sun, 27 Mar 2022 17:39:31 +0100 Subject: [PATCH] Don't HTML escape the HTML excerpts --- quickpeep/templates/search.html.askama | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickpeep/templates/search.html.askama b/quickpeep/templates/search.html.askama index 27fac7e..d060ba8 100644 --- a/quickpeep/templates/search.html.askama +++ b/quickpeep/templates/search.html.askama @@ -29,7 +29,7 @@
{{ result.title }}
- {{- result.excerpt -}} + {{- result.excerpt|safe -}}