Merge pull request #852 from kaleb/patch-2

html/tidy: Allow more HTML5 input types
This commit is contained in:
LCD 047 2013-11-07 07:22:44 -08:00
commit 0298480789

View File

@ -78,7 +78,7 @@ let s:ignore_errors = [
\ "inserting missing 'title' element",
\ "attribute \"[+",
\ "unescaped & or unknown entity",
\ "<input> attribute \"type\" has invalid value \"search\""
\ "<input> attribute \"type\" has invalid value"
\ ]
let s:blocklevel_tags = [