aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/breadcrumbs.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-24 17:09:32 -0800
committerChris Rebert <[email protected]>2014-11-24 17:09:32 -0800
commit44447eeefe61dbb16cab59900c3c061d9f207fbc (patch)
tree525d43bc16fc00e4d7972c4e3dcc585a1b3f66a3 /docs/_includes/components/breadcrumbs.html
parentc022d88ac5674410fbba00c1c869c4da16fc0067 (diff)
downloadbootstrap-44447eeefe61dbb16cab59900c3c061d9f207fbc.tar.xz
bootstrap-44447eeefe61dbb16cab59900c3c061d9f207fbc.zip
Give all embedded live docs examples data-example-id attrs
Refs #11410
Diffstat (limited to 'docs/_includes/components/breadcrumbs.html')
-rw-r--r--docs/_includes/components/breadcrumbs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/breadcrumbs.html b/docs/_includes/components/breadcrumbs.html
index 19abdc265..04d2f1468 100644
--- a/docs/_includes/components/breadcrumbs.html
+++ b/docs/_includes/components/breadcrumbs.html
@@ -3,7 +3,7 @@
<p class="lead">Indicate the current page's location within a navigational hierarchy.</p>
<p>Separators are automatically added in CSS through <code>:before</code> and <code>content</code>.</p>
- <div class="bs-example">
+ <div class="bs-example" data-example-id="simple-breadcrumbs">
<ol class="breadcrumb">
<li class="active">Home</li>
</ol>