aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2012-02-04 23:21:56 -0800
committerChris Rebert <[email protected]>2012-02-04 23:21:56 -0800
commit93fea1f1cf7902261a3743acadd9bb2a196e2190 (patch)
treebb300440ea31a548dda32259b82518c2f28f94b6
parent679cd5ea02ca83d9c3755d6ac74f4a0bacd02897 (diff)
downloadbootstrap-93fea1f1cf7902261a3743acadd9bb2a196e2190.tar.xz
bootstrap-93fea1f1cf7902261a3743acadd9bb2a196e2190.zip
The &lt; and &gt; escapes have nothing to do with Unicode.
-rw-r--r--docs/base-css.html2
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, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
</div><!--/span-->
<div class="span4">
<h2>Basic block</h2>
- <p>Use <code>&lt;pre&gt;</code> for multiple lines of code. Be sure to turn any angle brackets into unicode characters for proper rendering.</p>
+ <p>Use <code>&lt;pre&gt;</code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.</p>
<pre>
&lt;p&gt;Sample text here...&lt;/p&gt;
</pre>