Commit 7a9ab5bf authored by XhmikosR's avatar XhmikosR
Browse files

Disable attr-name-style.

Pretty useless, we need to switch to the official HTML validator ASAP.
parent 61e8aa2a
Showing with 1 addition and 1 deletion
+1 -1
{ {
"attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"], "attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"],
"attr-name-style": "dash", "attr-name-style": false,
"attr-no-unsafe-char": false, "attr-no-unsafe-char": false,
"class-style": "dash", "class-style": "dash",
"doctype-first": true, "doctype-first": true,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment