From: Chris Rebert Date: Sun, 5 Feb 2012 07:21:56 +0000 (-0800) Subject: The < and > escapes have nothing to do with Unicode. X-Git-Tag: v2.0.1~1^2~17^2~4^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93fea1f1cf7902261a3743acadd9bb2a196e2190;p=thirdparty%2Fbootstrap.git The < and > escapes have nothing to do with Unicode. --- diff --git a/docs/base-css.html b/docs/base-css.html index 1e9f6e8c4e..c37db88840 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.

Basic block

-

Use <pre> for multiple lines of code. Be sure to turn any angle brackets into unicode characters for proper rendering.

+

Use <pre> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.

 <p>Sample text here...</p>