From dfdc63e87293efec9196897079ce3826a1a57275 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 2 Feb 2012 09:31:07 -0800 Subject: [PATCH] fix incorrect use of 'caret' --- docs/assets/bootstrap.zip | Bin 52356 -> 52356 bytes docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index b5e20a25ee2738a5e463363ecf180c1c64713dc9..a71011ad2165e4a58c01f1b871062bb6bacf28be 100644 GIT binary patch delta 464 zcmZpf$=ouNnK!_jnT3l11nzn}P2^Qz3p}CaAADl+#*@O_$TEQ{Y(a3DiG3W*AmuY{ zpn@B3p8|_aUcu=A725ocGmssmYO<4{Ay_Qv#O6xD7z41_4M$U$n6T4oU9i}}d=(_y zp>|B>EN}vg0(A!#R0@Dqo^7y!iSaj9L&SO~Dno4sxgDna%0zvbdpIY(R$zVrbkFxq z#%#erzW_}%*t}N+Y~qLGdQ5>JUyDzUKg|XfayVhc6a*5I1#_pI@IvBFI_ZbRn_O_x z9+`Xbq%(wzY?}1sz*FK7OCTn8oeDta{yF7^?u3lfhRDY5K5Yx*g8U(M#*qmUQCfZGcz|G?BltS^#Ww??h#&%^ntpFDL zzR4ISX0Um$2-w6A$Mu*VfqX4KIsP;oSjgdo5kyE9%$;(=3&sT+Jn5t#6F8J0k_9L2 zVUi#pUp(oIX`1xpz*FMLs=7`EAannmf?5D^0?73lrww7YfVjI)+ahzN&NxE2!jlWm GhyVcR*}HTA diff --git a/docs/base-css.html b/docs/base-css.html index f6fcda10c2..38f8511649 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 carets into their unicode characters for proper rendering.

+

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

 <p>Sample text here...</p>
 
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 892442ceec..c1656ee6b6 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 carets into their unicode characters for proper rendering.{{/i}}

+

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

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