mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
missing icon class in code example
This commit is contained in:
@@ -466,7 +466,7 @@
|
|||||||
...
|
...
|
||||||
<li>
|
<li>
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<i class="book"></i>
|
<i class="icon book"></i>
|
||||||
Library
|
Library
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
2
docs/templates/pages/components.mustache
vendored
2
docs/templates/pages/components.mustache
vendored
@@ -402,7 +402,7 @@
|
|||||||
...
|
...
|
||||||
<li>
|
<li>
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<i class="book"></i>
|
<i class="icon book"></i>
|
||||||
{{_i}}Library{{/i}}
|
{{_i}}Library{{/i}}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Reference in New Issue
Block a user