diff options
| author | Mark Otto <[email protected]> | 2011-10-31 23:22:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-31 23:22:13 -0700 |
| commit | a21363a749f7d30a282e24cefd83840a5a3fca7c (patch) | |
| tree | c3dc61772359fdcbb75418bd105a61e3e5579f70 /docs/index.html | |
| parent | 98007b8394a5cf892694000d066a07a32f8c517f (diff) | |
| parent | 8f726dc6ef3ee725ef032ef4a11dbce26982ae24 (diff) | |
| download | bootstrap-a21363a749f7d30a282e24cefd83840a5a3fca7c.tar.xz bootstrap-a21363a749f7d30a282e24cefd83840a5a3fca7c.zip | |
Merge branch 'dev' of github.com:twitter/bootstrap into dev
Conflicts:
bootstrap.css
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 18c72fe31..e07446494 100644 --- a/docs/index.html +++ b/docs/index.html @@ -611,7 +611,7 @@ <tbody> <tr> <td><code><code></code></td> - <td>In a line of text like this, your wrapped code will look like this <code>>html<</code> element.</td> + <td>In a line of text like this, your wrapped code will look like this <code><html></code> element.</td> </tr> <tr> <td><code><pre></code></td> @@ -620,7 +620,7 @@ <h1>Heading</h1> <p>Something right here...</p> </div></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><pre></code> tags as close to the left as possible; it will render all tabs.</p> </td> </tr> <tr> @@ -2030,4 +2030,4 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita <script src="assets/js/application.js"></script> </body> -</html>
\ No newline at end of file +</html> |
