Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Stanley <me@liamstanley.io>2015-10-01 07:05:07 +0300
committerLiam Stanley <me@liamstanley.io>2015-10-01 07:05:07 +0300
commited9a011a882f409a95624551bfa097d734839a14 (patch)
tree297128b8ddb8cb9768905c8182f563ec268b05bb
parent2872ae5de1a520e757c542b92e4736c845a6e75d (diff)
Remove random trailing less-than symbol
-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 ea8d3ee54e..2c6e5516cb 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>