aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-05-14 11:07:05 -0700
committerMark Otto <[email protected]>2015-05-14 11:07:05 -0700
commit54df51b5eab8cd699eaec024a7ac29713731b720 (patch)
treedfb47949058fb6cbfdac834966a67ea566448a5f /docs/_includes/js
parentb6e6a05b951aac3fad30da441c765dbb86518644 (diff)
parenta3c480fd9417ac468a7ad96feaa316bc30b276fa (diff)
downloadbootstrap-54df51b5eab8cd699eaec024a7ac29713731b720.tar.xz
bootstrap-54df51b5eab8cd699eaec024a7ac29713731b720.zip
Merge pull request #16437 from twbs/fix-16249
Document that nested tabs are not supported
Diffstat (limited to 'docs/_includes/js')
-rw-r--r--docs/_includes/js/tabs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html
index 3cd5e1b67..c78f9936d 100644
--- a/docs/_includes/js/tabs.html
+++ b/docs/_includes/js/tabs.html
@@ -2,7 +2,7 @@
<h1 id="tabs" class="page-header">Togglable tabs <small>tab.js</small></h1>
<h2 id="tabs-examples">Example tabs</h2>
- <p>Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.</p>
+ <p>Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus. <strong>Nested tabs are not supported.</strong></p>
<div class="bs-example bs-example-tabs" data-example-id="togglable-tabs">
<ul id="myTabs" class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#home" id="home-tab" role="tab" data-toggle="tab" aria-controls="home" aria-expanded="true">Home</a></li>