mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Make Forms => Textarea code snippet the same as example
This commit is contained in:
parent
7f5aa177f5
commit
c8b8d914b8
2 changed files with 2 additions and 2 deletions
|
@ -974,7 +974,7 @@ For example, <code>section</code> should be wrapped as inline.
|
||||||
<textarea rows="3"></textarea>
|
<textarea rows="3"></textarea>
|
||||||
</form>
|
</form>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<textarea id="textarea" rows="3"></textarea>
|
<textarea rows="3"></textarea>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h3>Checkboxes and radios</h3>
|
<h3>Checkboxes and radios</h3>
|
||||||
|
|
2
docs/templates/pages/base-css.mustache
vendored
2
docs/templates/pages/base-css.mustache
vendored
|
@ -911,7 +911,7 @@
|
||||||
<textarea rows="3"></textarea>
|
<textarea rows="3"></textarea>
|
||||||
</form>
|
</form>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<textarea id="textarea" rows="3"></textarea>
|
<textarea rows="3"></textarea>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h3>{{_i}}Checkboxes and radios{{/i}}</h3>
|
<h3>{{_i}}Checkboxes and radios{{/i}}</h3>
|
||||||
|
|
Loading…
Add table
Reference in a new issue