Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab indentation looks bad in HTM? #6

Closed
nedbat opened this issue Jun 10, 2009 · 2 comments
Closed

Tab indentation looks bad in HTM? #6

nedbat opened this issue Jun 10, 2009 · 2 comments
Labels
bug Something isn't working

Comments

@nedbat
Copy link
Owner

nedbat commented Jun 10, 2009

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


@nedbat
Copy link
Owner Author

nedbat commented Jun 10, 2009

Fixed in <<changeset c0631f4b9dc6 (bb)>>

@nedbat nedbat closed this as completed Jun 10, 2009
@nedbat
Copy link
Owner Author

nedbat commented Jun 14, 2009

Removing version: 3.0b3 (automated comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant