From 07996ebde8d11c9c08ded49249f9df98a2cf54a6 Mon Sep 17 00:00:00 2001 From: Velenir Date: Mon, 20 Mar 2017 11:58:37 +0300 Subject: [PATCH] fix(void-elements): Match void-elements list to the spec --- mixins.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins.pug b/mixins.pug index a29958d..a1371c7 100644 --- a/mixins.pug +++ b/mixins.pug @@ -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