html code broken with version 1.3.0
See original GitHub issuesince I’ve update to 1.3.0, my code is broken
finally I realized that it’s happening at least with label tags
if you try this code in http://kangax.github.com/html-minifier/
<label class="input-wrapper">
<div class="text-label"></div>
</label>
you will get this code:
<label class=input-wrapper></label><div class=text-label></div>
instead of:
<label class=input-wrapper><div class=text-label></div></label>
Issue Analytics
- State:
- Created 8 years ago
- Reactions:3
- Comments:13
Top Results From Across the Web
Broken Markdown Syntax Highlighting since 1.3.0 · Issue #9075
I edited the original post, I hadn't used code for markdown in a while and was attempting to finally switch. It appears the...
Read more >Update to 1.3.0 broke my site - WordPress.org
I upgraded the site this morning and my site broke. I rolled back to the backup I made before I updated. I was...
Read more >What's New at The W3C Markup Validation Service
Bug Fix: in version 0.8.2, revalidation of an uploaded file was broken (missing markup in the HTML form). Updates: Added support for XHTML...
Read more >Upgrading your build from Gradle 5.x to 6.0
Potential breaking changes. Android Gradle Plugin 3.3 and earlier is no longer supported. Gradle 6.0 supports Android Gradle Plugin versions 3.4 and later....
Read more >Changelog — conan 1.56.0 documentation
Version model has been ported from 2.X to keep the same behavior in Conan 1.X. #11823; Bugfix: Fixed cpp_std flags when using C++20....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@alexlamsl the ‘bugs’ have been a ‘blessing in disguise’. We had to ‘fix’ non-compliant html in a hurry 😄. looking forward to the next npm publish.
@dciccale I think you can’t have stuff inside
span
but we have the same problem. I am trying the following setting, works for me, but I have very conservative minification, ymmv!