From fd3c6733a2d7b8f3afa3fc8511162e23ad1ac412 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 25 Jan 2012 11:11:22 -0800 Subject: [PATCH] missing icon class in code example --- docs/components.html | 2 +- docs/templates/pages/components.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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>