From: XhmikosR Date: Fri, 11 Aug 2017 09:52:44 +0000 (+0300) Subject: Disable attr-name-style. X-Git-Tag: v4.0.0-beta.2~409^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a9ab5bfe19e46e5b9946513a2a64af771ff9ee3;p=thirdparty%2Fbootstrap.git Disable attr-name-style. Pretty useless, we need to switch to the official HTML validator ASAP. --- 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,