diff options
| author | Chris Rebert <[email protected]> | 2012-02-05 23:02:16 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2012-02-05 23:02:16 -0800 |
| commit | 98cffdbf4684a85565d6ca7cf1173319863d03fd (patch) | |
| tree | 3ba4b879f60d12b040b18f4392dff5b242301c84 | |
| parent | 93fea1f1cf7902261a3743acadd9bb2a196e2190 (diff) | |
| download | bootstrap-98cffdbf4684a85565d6ca7cf1173319863d03fd.tar.xz bootstrap-98cffdbf4684a85565d6ca7cf1173319863d03fd.zip | |
parallel fix to mustache template
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index fd9a82f50..833e196ef 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -299,7 +299,7 @@ </div><!--/span--> <div class="span4"> <h2>Basic block</h2> - <p>{{_i}}Use <code><pre></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><pre></code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.{{/i}}</p> <pre> <p>{{_i}}Sample text here...{{/i}}</p> </pre> |
