0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-17 14:54:30 +01:00

manually resolve #2266, typo in example HTML for breadcrumbs

This commit is contained in:
Mark Otto 2012-02-27 19:47:21 -08:00
parent 7525aac830
commit ca9588c896
3 changed files with 2 additions and 6 deletions

Binary file not shown.

View File

@ -1092,9 +1092,7 @@
<li>
<a href="#">Library</a> <span class="divider">/</span>
</li>
<li class="active">
<a href="#">Data</a>
</li>
<li class="active">Data</li>
</ul>
</pre>
</div>

View File

@ -1016,9 +1016,7 @@
&lt;li&gt;
&lt;a href="#"&gt;{{_i}}Library{{/i}}&lt;/a&gt; &lt;span class="divider"&gt;/&lt;/span&gt;
&lt;/li&gt;
&lt;li class="active"&gt;
&lt;a href="#"&gt;{{_i}}Data{{/i}}&lt;/a&gt;
&lt;/li&gt;
&lt;li class="active"&gt;{{_i}}Data{{/i}}&lt;/li&gt;
&lt;/ul&gt;
</pre>
</div>