We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4434889 + 96afc1a commit 66e2c01Copy full SHA for 66e2c01
src/invidious/helpers/errors.cr
@@ -46,7 +46,7 @@ def error_template_helper(env : HTTP::Server::Context, status_code : Int32, exce
46
47
TEXT
48
49
- issue_template += github_details("Backtrace", HTML.escape(exception.inspect_with_backtrace))
+ issue_template += github_details("Backtrace", exception.inspect_with_backtrace)
50
51
# URLs for the error message below
52
url_faq = "https://github.com/iv-org/documentation/blob/master/docs/faq.md"
0 commit comments