From: Mark Otto Date: Thu, 20 Dec 2012 21:41:45 +0000 (-0800) Subject: fix up code snippet X-Git-Tag: v3.0.0-rc1~836^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00ff34b9e6671d9363ce5cb1d11aaa6bd45e995a;p=thirdparty%2Fbootstrap.git fix up code snippet --- diff --git a/docs/css.html b/docs/css.html index ddf4e08a78..25a8134fa5 100644 --- a/docs/css.html +++ b/docs/css.html @@ -588,7 +588,7 @@ For example, <section> should be wrapped as inline.
-For example, <code><section></code> should be wrapped as inline.
+For example, <code>&lt;section&gt;</code> should be wrapped as inline.
 

Basic block

diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 8f4342e26d..2481646a1a 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -528,7 +528,7 @@ For example, <section> should be wrapped as inline.
-For example, <code><section></code> should be wrapped as inline.
+For example, <code>&lt;section&gt;</code> should be wrapped as inline.
 

Basic block