0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

remove the input from an example

This commit is contained in:
Mark Otto 2013-05-09 16:31:10 -07:00
parent 293a3baca3
commit 3c72b1e9a0

View File

@ -1689,7 +1689,6 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span> <span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
</form> </form>
{% highlight html %} {% highlight html %}
<input type="text">
<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span> <span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
{% endhighlight %} {% endhighlight %}