2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Merge pull request #10098 from wangsai/fix-form

fix form
This commit is contained in:
Mark Otto
2013-08-23 21:34:44 -07:00
+1 -1
View File
@@ -1828,7 +1828,7 @@ For example, <code>&lt;section&gt;</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...">