diff options
| author | Mark Otto <[email protected]> | 2012-12-20 13:41:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-20 13:41:08 -0800 |
| commit | b6575cc72e144378dd2c1d4e6f23ac80a167c195 (patch) | |
| tree | 8c7b5a288453d8f706b6e27f1de24594deda89bc /docs/base-css.html | |
| parent | 30d8eb3ed572f2a91c0d4de1326779dec88cd911 (diff) | |
| download | bootstrap-b6575cc72e144378dd2c1d4e6f23ac80a167c195.tar.xz bootstrap-b6575cc72e144378dd2c1d4e6f23ac80a167c195.zip | |
fix up code snippet
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index d8f58daa4..7cf9f41b3 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -450,10 +450,10 @@ <h2>Inline</h2> <p>Wrap inline snippets of code with <code><code></code>.</p> <div class="bs-docs-example"> - For example, <code>&lt;section&gt;</code> should be wrapped as inline. + 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> |
