idea-handlebars icon indicating copy to clipboard operation
idea-handlebars copied to clipboard

Duplicate id attributes not being detected in HTML.

Open TitanKing opened this issue 9 years ago • 0 comments

When you have duplicate ids in your .hbs file this is not being detected and warned about:

For example:

<div id="foo"></div>
<div id="foo"></div>

Without using the idea handlebars plugin this is being detected.

TitanKing avatar May 27 '16 07:05 TitanKing