fix swapped angle brackets in docs; fixes part of #10456

This commit is contained in:
Chris Rebert 2013-09-04 20:33:18 -07:00
parent 56c8826c77
commit 0b0087f3a7
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ base_url: "../"
{% endhighlight %}
<div class="bs-callout bs-callout-info">
<h4>Dealing with specificity</h4>
<p>Sometimes emphasis classes cannot be applied due to the specificity of another selector. In most cases a sufficient workaround is to wrap your text in a <code>&gt;span&lt;</code> with the class.</p>
<p>Sometimes emphasis classes cannot be applied due to the specificity of another selector. In most cases, a sufficient workaround is to wrap your text in a <code>&lt;span&gt;</code> with the class.</p>
</div>