Skip to content

Commit

Permalink
Merge pull request fb55#46 from One-com/missing_void_elements
Browse files Browse the repository at this point in the history
Added missing void elements.
  • Loading branch information
fb55 committed May 30, 2013
2 parents 96c41b1 + 75fb1cf commit f58c1d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/Parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ var emptyTags = {
link: true,
meta: true,
param: true,
embed: true
embed: true,
command: true,
keygen: true,
source: true,
track: true,
wbr: true
};

function Parser(cbs, options){
Expand Down

0 comments on commit f58c1d3

Please sign in to comment.