]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Disable attr-name-style. 23301/head
authorXhmikosR <xhmikosr@gmail.com>
Fri, 11 Aug 2017 09:52:44 +0000 (12:52 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 11 Aug 2017 09:52:44 +0000 (12:52 +0300)
Pretty useless, we need to switch to the official HTML validator ASAP.

build/.htmllintrc

index d88560faa96513c7aeb93838ff9f292f56795c48..c04658fb9e14c34cb16d1909a7524dbf95dc4668 100644 (file)
@@ -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,