Good afternoon, it's a simple question but I've been breaking my mind for some time.
Every time you save a html file in sublime 3, it puts an empty space, making the form look like this: EX:
<input type="checkbox " name=" " id=" ">
Unfortunately, this space does not allow the html to be rendered correctly, and I would like to know if someone has already gone through this and knows how to solve it. Thank you.