Revert html escaping of backtrace

このコミットが含まれているのは:
Samantaz Fox 2022-05-01 13:40:02 +02:00 committed by GitHub
コミット 96afc1a45d
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -46,7 +46,7 @@ def error_template_helper(env : HTTP::Server::Context, status_code : Int32, exce
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
url_faq = "https://github.com/iv-org/documentation/blob/master/docs/faq.md"