aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorErik van der Kolk <[email protected]>2012-08-18 14:22:41 +0200
committerErik van der Kolk <[email protected]>2012-08-18 14:22:41 +0200
commitc8b8d914b83ffe736ce21b3848b6fb6467eaffe8 (patch)
tree6e02975372446195793dfbcb549d1fa8a22a3812 /docs/base-css.html
parent7f5aa177f5f6e67801db7f17d93092aeb47bfd75 (diff)
downloadbootstrap-c8b8d914b83ffe736ce21b3848b6fb6467eaffe8.tar.xz
bootstrap-c8b8d914b83ffe736ce21b3848b6fb6467eaffe8.zip
Make Forms => Textarea code snippet the same as example
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 5e9cdf7b2..05b0fdb98 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -974,7 +974,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<textarea rows="3"></textarea>
</form>
<pre class="prettyprint linenums">
-&lt;textarea id="textarea" rows="3"&gt;&lt;/textarea&gt;
+&lt;textarea rows="3"&gt;&lt;/textarea&gt;
</pre>
<h3>Checkboxes and radios</h3>