projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b753381
)
Mark text as safe in bug report email
author
Magnus Hagander
<magnus@hagander.net>
Wed, 27 Dec 2017 11:14:41 +0000
(12:14 +0100)
committer
Magnus 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
patch
|
blob
|
blame
|
history
diff --git
a/templates/docs/docsbugmail.txt
b/templates/docs/docsbugmail.txt
index 3e645c1de2506549d57e396819424198b7494cb5..e4f31f1fac9fcfca0572b64490923a3db056a9c3 100644
(file)
--- 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}}