broccolijs / broccoli-plugin

Base class for Broccoli plugins
MIT License
25 stars 25 forks source link

HTML elements don't have closing tags #17

Closed flopywood closed 7 years ago

flopywood commented 7 years ago

Every time I save my files, it throws: "Error: Closing tag div (on line 28) without an open tag". I deleted that div, and it gave me another error saying that its parent element didn't have a closing tag either. I may as well delete my entire HTML and it will still give me that error. I know there's no mistake because Atom says there are no issues with my code. What can I do?