Merge pull request #3073 from iv-org/SamantazFox-patch-1

Revert html escaping of backtrace
pull/3077/head
Samantaz Fox 2022-05-01 17:30:20 +02:00 zatwierdzone przez GitHub
commit 66e2c01a3e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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"