Don't do HTML escaping on text entered in the bug form

The output is sent to an email - and escaping it breaks things like
using < and > characters in the bug report, which is quite normal...
This commit is contained in:
Magnus Hagander
2011-12-02 16:38:42 +01:00
parent 1d887a0c7e
commit 7ffc80c120

View File

@ -5,7 +5,7 @@ Logged by: {{bug.name|wordwrap:76}}
Email address: {{bug.email|wordwrap:76}}
PostgreSQL version: {{bug.pgversion|wordwrap:76}}
Operating system: {{bug.os|wordwrap:76}}
Description: {{bug.shordesc|wordwrap:76}}
Description: {{bug.shordesc|safe|wordwrap:76}}
{{bug.details|wordwrap:76}}
{{bug.details|safe|wordwrap:76}}