]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Validation states docs: fix closing tag
authorChris Rebert <github@rebertia.com>
Tue, 13 Aug 2013 00:06:02 +0000 (17:06 -0700)
committerChris Rebert <github@rebertia.com>
Tue, 13 Aug 2013 00:06:02 +0000 (17:06 -0700)
css.html

index 6eea8daf3b4ceaade1543ba8bac563cc7ef50387..3ef0c2816c6e714fff5fc2855f32256aa2e150d2 100644 (file)
--- a/css.html
+++ b/css.html
@@ -1736,7 +1736,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
 {% endhighlight %}
 
     <h3 id="forms-validation">Validation states</h3>
-    <p>Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add <code>.has-warning</code>, <code>.has-error</code>, or <code>.has-success</code> to the parent element. Any <code>.control-label</code>, <code>.form-control</code>, and <code>.help-block</code> within that element will receive the validation styles.</li>
+    <p>Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add <code>.has-warning</code>, <code>.has-error</code>, or <code>.has-success</code> to the parent element. Any <code>.control-label</code>, <code>.form-control</code>, and <code>.help-block</code> within that element will receive the validation styles.</p>
 
     <form class="bs-example">
       <div class="form-group has-warning">