Skip to content

removeSpacesInsideTags incorrectly removes space after some unquoted attributes #90

@GoogleCodeExporter

Description

@GoogleCodeExporter
$ echo '<a href=#a />' >test.html
$ java -jar htmlcompressor-1.5.3.jar test.html 

Expected output: <a href=#a />
Actual output: <a href=#a/>

Fix attached.

Original issue reported on code.google.com by mpn@google.com on 28 Dec 2013 at 7:51

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions