rm'd unkown attribute rule

more info: a956a81432 (commitcomment-4537304)
This commit is contained in:
Kaleb Hornsby 2013-11-07 16:20:44 -05:00
parent 1a5bf0118a
commit 3c33284fa9

View File

@ -76,7 +76,6 @@ let s:ignore_errors = [
\ "missing <!DOCTYPE> declaration",
\ "inserting implicit <body>",
\ "inserting missing 'title' element",
\ "attribute \"[+",
\ "unescaped & or unknown entity",
\ "<input> attribute \"type\" has invalid value"
\ ]