From: Mark Otto Date: Sat, 1 Sep 2012 06:25:58 +0000 (-0700) Subject: fixes #4901: attribute typo and reran make X-Git-Tag: v2.1.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1bdca0fdb1e14ede6904fe652746811d0e4c274;p=thirdparty%2Fbootstrap.git fixes #4901: attribute typo and reran make --- diff --git a/docs/base-css.html b/docs/base-css.html index 8b19d1a4d8..6240573a9f 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -995,7 +995,7 @@ For example, <code><section></code> should be wrapped as inlin

Textarea

-

Form control which supports multiple lines of text. Change row attribute as necessary.

+

Form control which supports multiple lines of text. Change rows attribute as necessary.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 23f63228f5..1a437f112f 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -932,7 +932,7 @@

{{_i}}Textarea{{/i}}

-

{{_i}}Form control which supports multiple lines of text. Change row attribute as necessary.{{/i}}

+

{{_i}}Form control which supports multiple lines of text. Change rows attribute as necessary.{{/i}}