diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html index 6f02290033..38518f0b1e 100644 --- a/docs/_includes/js/tabs.html +++ b/docs/_includes/js/tabs.html @@ -5,13 +5,13 @@

Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.

@@ -61,10 +61,10 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed) {% highlight html %} @@ -94,10 +94,10 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)

{% highlight html %}