diff --git a/_layouts/default.html b/_layouts/default.html
index 0292da9fd8..0b0c214a16 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -12,9 +12,13 @@
{% include docs-navbar.html %}
-
+ {% if page.layout == "simple" %}
{{ content }}
-
+ {% else %}
+
+ {{ content }}
+
+ {% endif %}
{% include footer.html %}
{% include scripts.html %}
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,
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md
index 15f810be81..6ebce5f042 100644
--- a/docs/4.0/components/dropdowns.md
+++ b/docs/4.0/components/dropdowns.md
@@ -510,8 +510,8 @@ Put a form within a dropdown menu, or make it into a dropdown menu, and use [mar
-
-
+
+