mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
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:
@ -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}}
|
||||
|
||||
|
Reference in New Issue
Block a user