]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #22238
authorMark Otto <markdotto@gmail.com>
Mon, 3 Jul 2017 18:34:50 +0000 (11:34 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 3 Jul 2017 18:34:50 +0000 (11:34 -0700)
docs/_includes/css/forms.html

index fab5ea102957f8ea1ae350a31b7ede69b4082d91..ce0673a0e9aef28c132208f0335cf17655bb4f02 100644 (file)
     </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>
   </div>
 </div>
 {% endhighlight %}
-