From: Liam Stanley Date: Thu, 1 Oct 2015 04:05:07 +0000 (-0400) Subject: Remove random trailing less-than symbol X-Git-Tag: v4.0.0-alpha.2~280^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17746%2Fhead;p=thirdparty%2Fbootstrap.git Remove random trailing less-than symbol --- 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 %}