0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Make Forms => Textarea code snippet the same as example

This commit is contained in:
Erik van der Kolk 2012-08-18 14:22:41 +02:00
parent 7f5aa177f5
commit c8b8d914b8
2 changed files with 2 additions and 2 deletions

View File

@ -974,7 +974,7 @@ For example, <code>section</code> 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>

View File

@ -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>