Closed ChrisSavoie closed 8 years ago
HTML comments within an open tag will trigger less-than-slash to attempt to close the tag with a broken closing tag. See example:
<div> <!-- TODO: Fix a bug --> </!--
Fixed on https://github.com/mrhanlon/less-than-slash/pull/40. Just need a merge and publish @mrhanlon.
HTML comments within an open tag will trigger less-than-slash to attempt to close the tag with a broken closing tag. See example: