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

[ BUG ] Removing legitimate character spacing #2

Open
jonleverrier opened this issue Dec 15, 2015 · 1 comment
Open

[ BUG ] Removing legitimate character spacing #2

jonleverrier opened this issue Dec 15, 2015 · 1 comment

Comments

@jonleverrier
Copy link

degoyaCompressMarkup is stripping the space from the first href contained in a paragraph tag.

Example:

Ilove fresh bread
I<a href="#">love</a> fresh <a href="#">bread</a></p>

Expected result:
I love fresh bread
I <a href="#">love</a> fresh <a href="#">bread</a></p>

@degoya
Copy link
Owner

degoya commented Feb 16, 2016

someone postet a "fix" to exclude the node from the compression for the used phpwee-php-minifier

https://github.com/searchturbine/phpwee-php-minifier/issues/12

haven't tested myself yet.

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

2 participants