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
Script like this:
<p>Text 1</p><script>$(".second-column-mobile-inner").wrapAll("<div class='collapse' id='second-column'></div>");</script><p>Text 2</p>
after HtmlMin turns into:
<p>Text 1</p><script>$(".second-column-mobile-inner").wrapAll("<div class='collapse' id='second-column'></script></div>");<p>Text 2</p>
Add this script anywhere: <script>$(".second-column-mobile-inner").wrapAll("<div class='collapse' id='second-column'></div>");</script>
<script>$(".second-column-mobile-inner").wrapAll("<div class='collapse' id='second-column'></div>");</script>
I don't know
Version 3.1.3 via composer Php 7.0.28
The text was updated successfully, but these errors were encountered:
Thanks for the bug report, fixed in version 3.1.6
Sorry, something went wrong.
[+]: fix issue #29 + #30
5c618c6
No branches or pull requests
What is this feature about (expected vs actual behaviour)?
Script like this:
<p>Text 1</p><script>$(".second-column-mobile-inner").wrapAll("<div class='collapse' id='second-column'></div>");</script><p>Text 2</p>
after HtmlMin turns into:
<p>Text 1</p><script>$(".second-column-mobile-inner").wrapAll("<div class='collapse' id='second-column'></script></div>");<p>Text 2</p>
How can I reproduce it?
Add this script anywhere:
<script>$(".second-column-mobile-inner").wrapAll("<div class='collapse' id='second-column'></div>");</script>
Does it take minutes, hours or days to fix?
I don't know
Any additional information?
Version 3.1.3 via composer
Php 7.0.28
The text was updated successfully, but these errors were encountered: