]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
parallel fix to mustache template 1738/head
authorChris Rebert <github@rebertia.com>
Mon, 6 Feb 2012 07:02:16 +0000 (23:02 -0800)
committerChris Rebert <github@rebertia.com>
Mon, 6 Feb 2012 07:02:16 +0000 (23:02 -0800)
docs/templates/pages/base-css.mustache

index fd9a82f502bb444743b018300476a15a0af2f8ca..833e196ef7c24b4ac2a43864848dc0bc77b02238 100644 (file)
     </div><!--/span-->
     <div class="span4">
       <h2>Basic block</h2>
-      <p>{{_i}}Use <code>&lt;pre&gt;</code> for multiple lines of code. Be sure to turn any angle brackets into unicode characters for proper rendering.{{/i}}</p>
+      <p>{{_i}}Use <code>&lt;pre&gt;</code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.{{/i}}</p>
 <pre>
 &lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt;
 </pre>