diff options
| author | Chris Rebert <[email protected]> | 2012-02-04 23:21:56 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2012-02-04 23:21:56 -0800 |
| commit | 93fea1f1cf7902261a3743acadd9bb2a196e2190 (patch) | |
| tree | bb300440ea31a548dda32259b82518c2f28f94b6 | |
| parent | 679cd5ea02ca83d9c3755d6ac74f4a0bacd02897 (diff) | |
| download | bootstrap-93fea1f1cf7902261a3743acadd9bb2a196e2190.tar.xz bootstrap-93fea1f1cf7902261a3743acadd9bb2a196e2190.zip | |
The < and > escapes have nothing to do with Unicode.
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 1e9f6e8c4..c37db8884 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -375,7 +375,7 @@ For example, <code>section</code> should be wrapped as inline. </div><!--/span--> <div class="span4"> <h2>Basic block</h2> - <p>Use <code><pre></code> for multiple lines of code. Be sure to turn any angle brackets into unicode characters for proper rendering.</p> + <p>Use <code><pre></code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.</p> <pre> <p>Sample text here...</p> </pre> |
