aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components/breadcrumb.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-30 23:53:57 +0200
committerGitHub <[email protected]>2017-10-30 23:53:57 +0200
commitb67a4be8de353bfab41443d705a6f595391cc482 (patch)
tree572deac3ba4ae7600fc571a6c400e27d916d5541 /docs/4.0/components/breadcrumb.md
parent1870b871d0b6ad7c842aab780dbd5541d84f3428 (diff)
downloadbootstrap-b67a4be8de353bfab41443d705a6f595391cc482.tar.xz
bootstrap-b67a4be8de353bfab41443d705a6f595391cc482.zip
Minor Markdown consistency cleanup. (#24605)
Diffstat (limited to 'docs/4.0/components/breadcrumb.md')
-rw-r--r--docs/4.0/components/breadcrumb.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/4.0/components/breadcrumb.md b/docs/4.0/components/breadcrumb.md
index 09ad73127..928ae101f 100644
--- a/docs/4.0/components/breadcrumb.md
+++ b/docs/4.0/components/breadcrumb.md
@@ -10,7 +10,6 @@ group: components
Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content).
{% example html %}
-
<nav aria-label="breadcrumb" role="navigation">
<ol class="breadcrumb">
<li class="breadcrumb-item active" aria-current="page">Home</li>