aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-08-11 12:52:44 +0300
committerXhmikosR <[email protected]>2017-08-11 12:52:44 +0300
commit7a9ab5bfe19e46e5b9946513a2a64af771ff9ee3 (patch)
tree488ad34a7cff7effaad6b1dbc7a60e8ed08bf1c3
parent61e8aa2a55dfb57c36d254d8ee9daca8753edcf1 (diff)
downloadbootstrap-7a9ab5bfe19e46e5b9946513a2a64af771ff9ee3.tar.xz
bootstrap-7a9ab5bfe19e46e5b9946513a2a64af771ff9ee3.zip
Disable attr-name-style.
Pretty useless, we need to switch to the official HTML validator ASAP.
-rw-r--r--build/.htmllintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/.htmllintrc b/build/.htmllintrc
index d88560faa..c04658fb9 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,