Skip to content

Commit 66e2c01

Browse files
authored
Merge pull request #3073 from iv-org/SamantazFox-patch-1
Revert html escaping of backtrace
2 parents 4434889 + 96afc1a commit 66e2c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/invidious/helpers/errors.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def error_template_helper(env : HTTP::Server::Context, status_code : Int32, exce
4646
4747
TEXT
4848

49-
issue_template += github_details("Backtrace", HTML.escape(exception.inspect_with_backtrace))
49+
issue_template += github_details("Backtrace", exception.inspect_with_backtrace)
5050

5151
# URLs for the error message below
5252
url_faq = "https://github.com/iv-org/documentation/blob/master/docs/faq.md"

0 commit comments

Comments
 (0)