]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove random trailing less-than symbol 17746/head
authorLiam Stanley <me@liamstanley.io>
Thu, 1 Oct 2015 04:05:07 +0000 (00:05 -0400)
committerLiam Stanley <me@liamstanley.io>
Thu, 1 Oct 2015 04:05:07 +0000 (00:05 -0400)
docs/components/forms.md

index ea8d3ee54eca4f2f0531ee1cb96db8421065001c..2c6e5516cb8c0ea7336a23eab96f4262b860d201 100644 (file)
@@ -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>