This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Description
This change here: b295e16
on html_formatter.rb line 103 makes it so that the backtraces are always escaped. Using the rspec textmate bundle, I'm used to running my specs in html output and then the backtrace links are clickable. Right now I have to monkeypatch this so that it doesn't escape the backtraces so I can get my clickable links back. What's the real reason for this and can it be undone?