0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00
This commit is contained in:
Mark Otto 2017-07-03 11:34:50 -07:00
parent 7011e272c1
commit 79f9aef216

View File

@ -625,7 +625,7 @@
</form>
</div><!-- /.bs-example -->
{% highlight html %}
<label class="sr-only" for="inputHelpBlock">Input with help text</label>
<label for="inputHelpBlock">Input with help text</label>
<input type="text" id="inputHelpBlock" class="form-control" aria-describedby="helpBlock">
...
<span id="helpBlock" class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span>
@ -1026,4 +1026,3 @@
</div>
</div>
{% endhighlight %}