- changed status to open
- marked as bug
-
assigned issue to
Tab indentation looks bad in HTM?
Issue #6
resolved
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", " ")
Comments (3)
-
-
- changed status to resolved
Fixed in c0631f4b9dc6
-
- removed version
Removing version: 3.0b3 (automated comment)
- Log in to comment