ソースを参照

Add doctype to list of self closing tags

I added upper and lowercase because that seemed
preferable to always casting every html function
name to lowercase.
master
Dylan Baker 7年前
コミット
20ab139ca7
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      src/compiler.js

+ 2
- 0
src/compiler.js ファイルの表示

@@ -12,6 +12,8 @@ module.exports = class Compiler {
12 12
       'br',
13 13
       'col',
14 14
       'command',
15
+      '!doctype',
16
+      '!DOCTYPE',
15 17
       'embed',
16 18
       'hr',
17 19
       'img',

読み込み中…
キャンセル
保存