Mark text as safe in bug report email
authorMagnus Hagander <magnus@hagander.net>
Wed, 27 Dec 2017 11:14:41 +0000 (12:14 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 27 Dec 2017 11:14:41 +0000 (12:14 +0100)
Since we're sending the email as text/plain, we shouldn't be doing HTML
escaping on it.

templates/docs/docsbugmail.txt

index 3e645c1de2506549d57e396819424198b7494cb5..e4f31f1fac9fcfca0572b64490923a3db056a9c3 100644 (file)
@@ -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}}