AndersDJohnson / AndersDJohnson/htmlcompressor
removeSpacesInsideTags incorrectly removes space after some unquoted attributes
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- Java
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
$ echo '' >test.html
$ java -jar htmlcompressor-1.5.3.jar test.html
Expected output:
Actual output:
Fix attached.
```
Original issue reported on code.google.com by `mpn@google.com` on 28 Dec 2013 at 7:51
Attachments:
- [fix-close.diff](https://storage.googleapis.com/google-code-attachments/htmlcompressor/issue-90/comment-0/fix-close.diff)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.