aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-20 13:41:08 -0800
committerMark Otto <[email protected]>2012-12-20 13:41:08 -0800
commitb6575cc72e144378dd2c1d4e6f23ac80a167c195 (patch)
tree8c7b5a288453d8f706b6e27f1de24594deda89bc /docs/templates
parent30d8eb3ed572f2a91c0d4de1326779dec88cd911 (diff)
downloadbootstrap-b6575cc72e144378dd2c1d4e6f23ac80a167c195.tar.xz
bootstrap-b6575cc72e144378dd2c1d4e6f23ac80a167c195.zip
fix up code snippet
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index e2695c9b1..4ae837d34 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -387,10 +387,10 @@
<h2>Inline</h2>
<p>Wrap inline snippets of code with <code>&lt;code&gt;</code>.</p>
<div class="bs-docs-example">
- For example, <code>&amp;lt;section&amp;gt;</code> should be wrapped as inline.
+ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
<pre class="prettyprint linenums">
-{{_i}}For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inline.{{/i}}
+{{_i}}For example, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; should be wrapped as inline.{{/i}}
</pre>
<h2>Basic block</h2>