mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Revert html escaping of backtrace
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user