diff --git a/build/.htmllintrc b/build/.htmllintrc index d88560faa9..c04658fb9e 100644 --- a/build/.htmllintrc +++ b/build/.htmllintrc @@ -1,6 +1,6 @@ { "attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"], - "attr-name-style": "dash", + "attr-name-style": false, "attr-no-unsafe-char": false, "class-style": "dash", "doctype-first": true,