diff options
| author | Mark Otto <[email protected]> | 2017-07-03 11:34:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-03 11:34:50 -0700 |
| commit | 79f9aef216ae9bde5fc011db8d4b84cbd65076cd (patch) | |
| tree | 0e7673d2639e37c34f6298874db730bb5b55cacc /docs/_includes/css/forms.html | |
| parent | 7011e272c18cbe758649592b5b9d7bcd19a9c0c4 (diff) | |
| download | bootstrap-79f9aef216ae9bde5fc011db8d4b84cbd65076cd.tar.xz bootstrap-79f9aef216ae9bde5fc011db8d4b84cbd65076cd.zip | |
fixes #22238
Diffstat (limited to 'docs/_includes/css/forms.html')
| -rw-r--r-- | docs/_includes/css/forms.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index fab5ea102..ce0673a0e 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -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 %} - |
