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

Spaces around inline tags get removed #1

Closed
mikescott opened this issue Mar 5, 2017 · 0 comments
Closed

Spaces around inline tags get removed #1

mikescott opened this issue Mar 5, 2017 · 0 comments
Assignees

Comments

@mikescott
Copy link
Owner

Example:

<p>Click <a href="#">this link</a></p>

becomes:

<p>Click<a href="#">this link</a></p>

This is caused by this issue in zaininnari/html-minifier. The only resolution for now is to use the HTMLMinifier::OPTIMIZATION_SIMPLE option.

@mikescott mikescott self-assigned this Mar 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant