From: Mark Otto Date: Wed, 25 Jan 2012 19:11:22 +0000 (-0800) Subject: missing icon class in code example X-Git-Tag: v2.0.0~6^2~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd3c6733a2d7b8f3afa3fc8511162e23ad1ac412;p=thirdparty%2Fbootstrap.git missing icon class in code example --- diff --git a/docs/components.html b/docs/components.html index 5991cba36e..a7a4470843 100644 --- a/docs/components.html +++ b/docs/components.html @@ -466,7 +466,7 @@ ... <li> <a href="#"> - <i class="book"></i> + <i class="icon book"></i> Library </a> </li> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 2566eb05ee..effa107626 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -402,7 +402,7 @@ ... <li> <a href="#"> - <i class="book"></i> + <i class="icon book"></i> {{_i}}Library{{/i}} </a> </li>