diff options
| author | Braden Whitten <[email protected]> | 2013-08-07 09:18:12 -0400 |
|---|---|---|
| committer | Braden Whitten <[email protected]> | 2013-08-07 09:18:12 -0400 |
| commit | a4638259a5f7358436ab24ef68e3589e30f18f0b (patch) | |
| tree | fa11baabbd64f563dadd415c052ca5718749a140 | |
| parent | f816a18f7980d22de07f6e341551af68c3ba7958 (diff) | |
| download | bootstrap-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
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1257,7 +1257,7 @@ For example, <code><section></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> |
