aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-22 12:34:55 -0700
committerMark Otto <[email protected]>2011-08-22 12:34:55 -0700
commit16064bed2d2338b4d4ec617c10ffdc47d2e42edb (patch)
tree0f3abbd41d8b399097279bb0043bf54e30c75b5d /docs
parent112f7eff8ab53fbe09cf5de6fe07ad93a2b7c7f8 (diff)
downloadbootstrap-16064bed2d2338b4d4ec617c10ffdc47d2e42edb.tar.xz
bootstrap-16064bed2d2338b4d4ec617c10ffdc47d2e42edb.zip
Bugfix and copy changes
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 224ba425e..0099a270d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -373,9 +373,9 @@
</div>
<div class="span12 columns">
<h4>How to quote</h4>
- <p>Be sure to wrap your <code>&lt;blockquote&gt;</code> around <code>&lt;p&gt;</code> and <code>&lt;small&gt;</code> tags. When citing a source, use the <code>&lt;small&gt;</code> element. The CSS will automatically preface a name with an em dash (&amp;mdash;).</p>
+ <p>To include a blockquote, wrap <code>&lt;blockquote&gt;</code> around <code>&lt;p&gt;</code> and <code>&lt;small&gt;</code> tags. Use the <code>&lt;small&gt;</code> element to cite your source and you'll get an em dash <code>&amp;mdash;</code> before it.</p>
<blockquote>
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua…</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p>
<small>Dr. Julius Hibbert</small>
</blockquote>
</div>