Revert html escaping of backtrace

pull/3073/head
Samantaz Fox 2 years ago committed by GitHub
parent 595c3fb833
commit 96afc1a45d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,7 @@ def error_template_helper(env : HTTP::Server::Context, status_code : Int32, exce
TEXT TEXT
issue_template += github_details("Backtrace", HTML.escape(exception.inspect_with_backtrace)) issue_template += github_details("Backtrace", exception.inspect_with_backtrace)
# URLs for the error message below # URLs for the error message below
url_faq = "https://github.com/iv-org/documentation/blob/master/docs/faq.md" url_faq = "https://github.com/iv-org/documentation/blob/master/docs/faq.md"

Loading…
Cancel
Save