Tab indentation looks bad in HTM? · Issue #6 · nedbat/coveragepy (original) (raw)
Originally reported by Anonymous
The html output does not translate tab characters in the html output, so most browsers ignore it.
I believe this can be fixed by inserting around line 151 of html.py:
.replace("\t", " ")
- Bitbucket: https://bitbucket.org/ned/coveragepy/issue/6