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

HTML beautifier inserts double spaces between adjacent tags #525

Closed
domenic opened this issue Sep 13, 2014 · 2 comments
Closed

HTML beautifier inserts double spaces between adjacent tags #525

domenic opened this issue Sep 13, 2014 · 2 comments
Milestone

Comments

@domenic
Copy link
Contributor

domenic commented Sep 13, 2014

<li><code>x</code> <code>y</code> z</li>

should be left alone, but an extra space gets added between the <code>s:

<li><code>x</code>  <code>y</code> z</li>
@bitwiseman
Copy link
Member

Interesting. And it enforces that double space, it doesn't keep adding more.

@bitwiseman bitwiseman modified the milestones: v1.5.3, v1.6.0 Oct 2, 2014
@domenic
Copy link
Contributor Author

domenic commented Jan 9, 2015

This seems fixed, at least as of 1.5.4.

@domenic domenic closed this as completed Jan 9, 2015
@bitwiseman bitwiseman modified the milestones: v1.5.4, v1.6.0 Jan 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants