Commit df56ecbd authored by wangsai's avatar wangsai

fix form

parent 1a1394dc
...@@ -1828,7 +1828,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1828,7 +1828,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<div class="bs-example"> <div class="bs-example">
<form role="form"> <form role="form">
<input class="form-control" id="focusedInput" type="text" value="This is focused..."> <input class="form-control" id="focusedInput" type="text" value="This is focused...">
</div> </form>
</div> </div>
{% highlight html %} {% highlight html %}
<input class="form-control" id="focusedInput" type="text" value="This is focused..."> <input class="form-control" id="focusedInput" type="text" value="This is focused...">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment