diff options
| author | Mark Otto <[email protected]> | 2013-08-23 21:34:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-23 21:34:44 -0700 |
| commit | c1ddb06de78c265e4d8bad0216911b386c543633 (patch) | |
| tree | 864b16fad7fc721b1e3809edec27cd487963aeab /css.html | |
| parent | b67e49367a820f7165e3cf8087d584e9792b3c8c (diff) | |
| parent | df56ecbdcb31d1bf30470ab4c58a7a1224c2c8a8 (diff) | |
| download | bootstrap-c1ddb06de78c265e4d8bad0216911b386c543633.tar.xz bootstrap-c1ddb06de78c265e4d8bad0216911b386c543633.zip | |
Merge pull request #10098 from wangsai/fix-form
fix form
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1828,7 +1828,7 @@ For example, <code><section></code> should be wrapped as inline. <div class="bs-example"> <form role="form"> <input class="form-control" id="focusedInput" type="text" value="This is focused..."> - </div> + </form> </div> {% highlight html %} <input class="form-control" id="focusedInput" type="text" value="This is focused..."> |
