Skip to content

Commit

Permalink
fix(void-elements): Match void-elements list to the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Mar 20, 2017
1 parent b1b7765 commit 07996eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixins.pug
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mixin appMount(ids)
div(id=id)&attributes(attributes)


- var selfclosingTags = new Set(["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "menuitem", "meta", "param", "source", "track", "wbr"]);
- var selfclosingTags = new Set(["area", "base", "br", "col", "embed", "hr", "img", "input", "link", "meta", "param", "source", "track", "wbr"]);

//-
injects extra resources
Expand Down

0 comments on commit 07996eb

Please sign in to comment.