aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorBraden Whitten <[email protected]>2013-08-07 09:18:12 -0400
committerBraden Whitten <[email protected]>2013-08-07 09:18:12 -0400
commita4638259a5f7358436ab24ef68e3589e30f18f0b (patch)
treefa11baabbd64f563dadd415c052ca5718749a140 /css.html
parentf816a18f7980d22de07f6e341551af68c3ba7958 (diff)
downloadbootstrap-a4638259a5f7358436ab24ef68e3589e30f18f0b.tar.xz
bootstrap-a4638259a5f7358436ab24ef68e3589e30f18f0b.zip
Fixed #9196 - malformed HTML in doc
Stray <h3> was being closed by an </h2>. Updated to valid HTML. Fixes #9196
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 6c760dd03..e31cd801d 100644
--- 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>