From 7a9ab5bfe19e46e5b9946513a2a64af771ff9ee3 Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Fri, 11 Aug 2017 12:52:44 +0300 Subject: [PATCH] Disable attr-name-style. Pretty useless, we need to switch to the official HTML validator ASAP. --- build/.htmllintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- GitLab