diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html
index 8c4c3c08ff..3cd5e1b678 100644
--- a/docs/_includes/js/tabs.html
+++ b/docs/_includes/js/tabs.html
@@ -3,7 +3,7 @@
Example tabs
Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.
-
+
- Home
- Profile
@@ -59,7 +59,7 @@ $('#myTabs li:eq(2) a').tab('show') // Select third tab (0-indexed)
Markup
You can activate a tab or pill navigation without writing any JavaScript by simply specifying data-toggle="tab"
or data-toggle="pill"
on an element. Adding the nav
and nav-tabs
classes to the tab ul
will apply the Bootstrap tab styling, while adding the nav
and nav-pills
classes will apply pill styling.
{% highlight html %}
-