diff options
| author | Mark Otto <[email protected]> | 2013-08-07 08:34:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-07 08:34:33 -0700 |
| commit | d490c35af379341a51bf853a5b46852e527e4ca7 (patch) | |
| tree | 92955fde99825f7638c50b053688b55508c3fafa | |
| parent | 554a476546bc2206a1b14b9024241bf87cde3c5b (diff) | |
| parent | a4638259a5f7358436ab24ef68e3589e30f18f0b (diff) | |
| download | bootstrap-d490c35af379341a51bf853a5b46852e527e4ca7.tar.xz bootstrap-d490c35af379341a51bf853a5b46852e527e4ca7.zip | |
Merge pull request #9198 from bwhitty/3.0.0-wip
Fixed #9196 - malformed HTML in doc
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1294,7 +1294,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> |
