]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed #9196 - malformed HTML in doc 9198/head
authorBraden Whitten <bwhitten@buffalo.edu>
Wed, 7 Aug 2013 13:18:12 +0000 (09:18 -0400)
committerBraden Whitten <bwhitten@buffalo.edu>
Wed, 7 Aug 2013 13:18:12 +0000 (09:18 -0400)
Stray <h3> was being closed by an </h2>. Updated to valid HTML. Fixes #9196

css.html

index 6c760dd039780b4bea5a83e77f440d8a4bfd9461..e31cd801dd2ed627da5fb8b1b4bbad1f2bfa8519 100644 (file)
--- a/css.html
+++ b/css.html
@@ -1257,7 +1257,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
 {% endhighlight %}
 
 
-    <h3 id="forms-inline">Inline form</h2>
+    <h3 id="forms-inline">Inline form</h3>
     <p>Add <code>.form-inline</code> for left-aligned and inline-block controls for a compact layout.</p>
     <div class="bs-callout bs-callout-danger">
       <h4>Requires custom widths</h4>