aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
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/templates
parent7f5aa177f5f6e67801db7f17d93092aeb47bfd75 (diff)
downloadbootstrap-c8b8d914b83ffe736ce21b3848b6fb6467eaffe8.tar.xz
bootstrap-c8b8d914b83ffe736ce21b3848b6fb6467eaffe8.zip
Make Forms => Textarea code snippet the same as example
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index a663d4a94..61864aac6 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -911,7 +911,7 @@
<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>{{_i}}Checkboxes and radios{{/i}}</h3>