From 0b7ef6d457bd915ffd2b789633cfaf59e11dd9f1 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 27 Dec 2017 12:14:41 +0100 Subject: [PATCH] Mark text as safe in bug report email Since we're sending the email as text/plain, we shouldn't be doing HTML escaping on it. --- templates/docs/docsbugmail.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docs/docsbugmail.txt b/templates/docs/docsbugmail.txt index 3e645c1d..e4f31f1f 100644 --- a/templates/docs/docsbugmail.txt +++ b/templates/docs/docsbugmail.txt @@ -3,4 +3,4 @@ The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/{{version}}/static/{{filename}} Description: -{{details|wordwrap:76}} +{{details|safe|wordwrap:76}} -- 2.39.5