diff options
| author | Liam Stanley <[email protected]> | 2015-10-01 00:05:07 -0400 |
|---|---|---|
| committer | Liam Stanley <[email protected]> | 2015-10-01 00:05:07 -0400 |
| commit | ed9a011a882f409a95624551bfa097d734839a14 (patch) | |
| tree | 297128b8ddb8cb9768905c8182f563ec268b05bb /docs | |
| parent | 2872ae5de1a520e757c542b92e4736c845a6e75d (diff) | |
| download | bootstrap-ed9a011a882f409a95624551bfa097d734839a14.tar.xz bootstrap-ed9a011a882f409a95624551bfa097d734839a14.zip | |
Remove random trailing less-than symbol
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index ea8d3ee54..2c6e5516c 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -473,7 +473,7 @@ While Bootstrap will apply these styles in all browsers, Internet Explorer 11 an ## Readonly inputs -Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear lighter (just like disabled inputs), but retain the standard cursor.< +Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear lighter (just like disabled inputs), but retain the standard cursor. {% example html %} <input class="form-control" type="text" placeholder="Readonly input hereā¦" readonly> |
