diff options
| author | Mark Otto <[email protected]> | 2012-12-20 13:41:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-20 13:41:45 -0800 |
| commit | 00ff34b9e6671d9363ce5cb1d11aaa6bd45e995a (patch) | |
| tree | f830b90ee2ea5e9ba7bae1a929a6d06bdcd3e191 /docs | |
| parent | cdb25e11ef6f13f095eacbef731cf43902230203 (diff) | |
| download | bootstrap-00ff34b9e6671d9363ce5cb1d11aaa6bd45e995a.tar.xz bootstrap-00ff34b9e6671d9363ce5cb1d11aaa6bd45e995a.zip | |
fix up code snippet
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/css.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/css.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html index ddf4e08a7..25a8134fa 100644 --- a/docs/css.html +++ b/docs/css.html @@ -588,7 +588,7 @@ For example, <code><section></code> should be wrapped as inline. </div> <pre class="prettyprint linenums"> -For example, <code><section></code> should be wrapped as inline. +For example, <code>&lt;section&gt;</code> should be wrapped as inline. </pre> <h2>Basic block</h2> diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 8f4342e26..2481646a1 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -528,7 +528,7 @@ For example, <code><section></code> should be wrapped as inline. </div> <pre class="prettyprint linenums"> -For example, <code><section></code> should be wrapped as inline. +For example, <code>&lt;section&gt;</code> should be wrapped as inline. </pre> <h2>Basic block</h2> |
