From: Erik van der Kolk Date: Sat, 18 Aug 2012 12:22:41 +0000 (+0200) Subject: Make Forms => Textarea code snippet the same as example X-Git-Tag: v2.1.0~2^2~29^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8b8d914b83ffe736ce21b3848b6fb6467eaffe8;p=thirdparty%2Fbootstrap.git Make Forms => Textarea code snippet the same as example --- diff --git a/docs/base-css.html b/docs/base-css.html index 5e9cdf7b28..05b0fdb980 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -974,7 +974,7 @@ For example, <code>section</code> should be wrapped as inline.
-<textarea id="textarea" rows="3"></textarea>
+<textarea rows="3"></textarea>
 

Checkboxes and radios

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index a663d4a945..61864aac6e 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -911,7 +911,7 @@
-<textarea id="textarea" rows="3"></textarea>
+<textarea rows="3"></textarea>
 

{{_i}}Checkboxes and radios{{/i}}