]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix swapped angle brackets in docs; fixes part of #10456
authorChris Rebert <github@rebertia.com>
Thu, 5 Sep 2013 03:33:18 +0000 (20:33 -0700)
committerChris Rebert <github@rebertia.com>
Thu, 5 Sep 2013 03:33:18 +0000 (20:33 -0700)
css.html

index 43ae9e8e01595f8935a0d75d28df93f0bd172f72..3cfc92258b9072609ba41a04e1c2e0fe8b509459 100644 (file)
--- a/css.html
+++ b/css.html
@@ -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>