Skip to content

Commit

Permalink
Revert html escaping of backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
SamantazFox authored May 1, 2022
1 parent 595c3fb commit 96afc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invidious/helpers/errors.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 96afc1a

Please sign in to comment.