diff --git a/docs/_includes/components/alerts.html b/docs/_includes/components/alerts.html
index 4edcdd2113..717308354c 100644
--- a/docs/_includes/components/alerts.html
+++ b/docs/_includes/components/alerts.html
@@ -11,7 +11,7 @@
Alerts don't have default classes, only base and modifier classes. A default gray alert doesn't make too much sense, so you're required to specify a type via contextual class. Choose from success, info, warning, or danger.
-
+
Well done! You successfully read this important alert message.
@@ -38,7 +38,7 @@
Requires JavaScript alert plugin
For fully functioning, dismissible alerts, you must use the alerts JavaScript plugin .
-
+
× Close
Warning! Better check yourself, you're not looking too good.
@@ -58,7 +58,7 @@
Links in alerts
Use the .alert-link
utility class to quickly provide matching colored links within any alert.
-
+
diff --git a/docs/_includes/components/badges.html b/docs/_includes/components/badges.html
index 18ee70a16a..a7fff73226 100644
--- a/docs/_includes/components/badges.html
+++ b/docs/_includes/components/badges.html
@@ -3,7 +3,7 @@
Easily highlight new or unread items by adding a <span class="badge">
to links, Bootstrap navs, and more.
-
+
Inbox 42
@@ -28,7 +28,7 @@
Adapts to active nav states
Built-in styles are included for placing badges in active states in pill navigations.
-
+
Home 42
Profile
diff --git a/docs/_includes/components/breadcrumbs.html b/docs/_includes/components/breadcrumbs.html
index 19abdc265e..04d2f1468b 100644
--- a/docs/_includes/components/breadcrumbs.html
+++ b/docs/_includes/components/breadcrumbs.html
@@ -3,7 +3,7 @@
Indicate the current page's location within a navigational hierarchy.
Separators are automatically added in CSS through :before
and content
.
-
+
Home
diff --git a/docs/_includes/components/button-dropdowns.html b/docs/_includes/components/button-dropdowns.html
index 9ee7c65c87..e63e9eedd0 100644
--- a/docs/_includes/components/button-dropdowns.html
+++ b/docs/_includes/components/button-dropdowns.html
@@ -10,7 +10,7 @@
Single button dropdowns
Turn a button into a dropdown toggle with some basic markup changes.
-