mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Make Forms => Textarea code snippet the same as example
This commit is contained in:
+1
-1
@@ -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>
|
||||||
|
|||||||
+1
-1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user