Files
postgres-web/templates/misc/bugmail.txt
Magnus Hagander 7ffc80c120 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...
2011-12-02 16:38:42 +01:00

12 lines
354 B
Plaintext

The following bug has been logged on the website:
Bug reference: {{bugid}}
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|safe|wordwrap:76}}
{{bug.details|safe|wordwrap:76}}