aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-07 23:27:19 -0700
committerMark Otto <[email protected]>2011-10-07 23:27:19 -0700
commitc85e93cd9045ee00c29130bcb6d75d78d033ef5d (patch)
treef5796f267f79aef4de1f73cf8bd7e0d80f984342 /docs/index.html
parent356227ef506a34f0f5b42076bd776474b3830e9c (diff)
parentdf773debab6ae36737d211020fe7010fba75319b (diff)
downloadbootstrap-c85e93cd9045ee00c29130bcb6d75d78d033ef5d.tar.xz
bootstrap-c85e93cd9045ee00c29130bcb6d75d78d033ef5d.zip
Merge pull request #381 from smaboshe/docs
Docs
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 292d919c0..e5d1c56ae 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -621,7 +621,7 @@
<tbody>
<tr>
<td><code>&lt;code&gt;</code></td>
- <td>In a line of text like this, your wrapped code will look like this <code>&gt;html&lt;</code> element.</td>
+ <td>In a line of text like this, your wrapped code will look like this <code>&lt;html&gt;</code> element.</td>
</tr>
<tr>
<td><code>&lt;pre&gt;</code></td>
@@ -630,7 +630,7 @@
&lt;h1&gt;Heading&lt;/h1&gt;
&lt;p&gt;Something right here...&lt;/p&gt;
&lt;/div&gt;</pre>
- <p><strong>Note:</strong> Be sure to keep code within <code>pre</code> tags as close to the left as possible; it will render all tabs.</p>
+ <p><strong>Note:</strong> Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.</p>
</td>
</tr>
<tr>