``` $ 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: - [fix-close.diff](https://storage.googleapis.com/google-code-attachments/htmlcompressor/issue-90/comment-0/fix-close.diff)