Skip to content

Tab indentation looks bad in HTM? #6

Closed
@nedbat

Description

@nedbat

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", "  ")


Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions