From 93fea1f1cf7902261a3743acadd9bb2a196e2190 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 4 Feb 2012 23:21:56 -0800 Subject: [PATCH 1/2] The < and > escapes have nothing to do with Unicode. --- docs/base-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>
 
From 98cffdbf4684a85565d6ca7cf1173319863d03fd Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 5 Feb 2012 23:02:16 -0800 Subject: [PATCH 2/2] parallel fix to mustache template --- docs/templates/pages/base-css.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index fd9a82f502..833e196ef7 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -299,7 +299,7 @@

Basic block

-

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

+

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

 <p>{{_i}}Sample text here...{{/i}}</p>