We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
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>
I <a href="#">love</a> fresh <a href="#">bread</a></p>
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: