aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorLiam Stanley <[email protected]>2015-10-01 00:05:07 -0400
committerLiam Stanley <[email protected]>2015-10-01 00:05:07 -0400
commited9a011a882f409a95624551bfa097d734839a14 (patch)
tree297128b8ddb8cb9768905c8182f563ec268b05bb /docs/components
parent2872ae5de1a520e757c542b92e4736c845a6e75d (diff)
downloadbootstrap-ed9a011a882f409a95624551bfa097d734839a14.tar.xz
bootstrap-ed9a011a882f409a95624551bfa097d734839a14.zip
Remove random trailing less-than symbol
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/forms.md2
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>