Commit 6477ad1a authored by Mark Otto's avatar Mark Otto

fixes #4472: manually change mustache file as well for typo

parent 320b75de
This diff is collapsed.
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
<h2 id="blockquotes">Blockquotes</h2> <h2 id="blockquotes">Blockquotes</h2>
<p>For quoting blocks of content from another source within your document.</p> <p>For quoting blocks of content from another source within your document.</p>
<h3>Default blockqoute</h3> <h3>Default blockquote</h3>
<p>Wrap <code>&lt;blockquote&gt;</code> around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes we recommend a <code>&lt;p&gt;</code>.</p> <p>Wrap <code>&lt;blockquote&gt;</code> around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes we recommend a <code>&lt;p&gt;</code>.</p>
<div class="bs-docs-example"> <div class="bs-docs-example">
<blockquote> <blockquote>
......
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
<h2 id="blockquotes">{{_i}}Blockquotes{{/i}}</h2> <h2 id="blockquotes">{{_i}}Blockquotes{{/i}}</h2>
<p>{{_i}}For quoting blocks of content from another source within your document.{{/i}}</p> <p>{{_i}}For quoting blocks of content from another source within your document.{{/i}}</p>
<h3>{{_i}}Default blockqoute{{/i}}</h3> <h3>{{_i}}Default blockquote{{/i}}</h3>
<p>{{_i}}Wrap <code>&lt;blockquote&gt;</code> around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes we recommend a <code>&lt;p&gt;</code>.{{/i}}</p> <p>{{_i}}Wrap <code>&lt;blockquote&gt;</code> around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes we recommend a <code>&lt;p&gt;</code>.{{/i}}</p>
<div class="bs-docs-example"> <div class="bs-docs-example">
<blockquote> <blockquote>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment