]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
The < and > escapes have nothing to do with Unicode.
authorChris Rebert <github@rebertia.com>
Sun, 5 Feb 2012 07:21:56 +0000 (23:21 -0800)
committerChris Rebert <github@rebertia.com>
Sun, 5 Feb 2012 07:21:56 +0000 (23:21 -0800)
docs/base-css.html

index 1e9f6e8c4ea0963ed7cb73d37c5a6d96afe5b3ee..c37db88840a436ac570640ec1cd407275fb86dd4 100644 (file)
@@ -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>