Commit c8b8d914 authored by Erik van der Kolk's avatar Erik van der Kolk
Browse files

Make Forms => Textarea code snippet the same as example

parent 7f5aa177
Showing with 2 additions and 2 deletions
+2 -2
...@@ -974,7 +974,7 @@ For example, <code>section</code> should be wrapped as inline. ...@@ -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">
&lt;textarea id="textarea" rows="3"&gt;&lt;/textarea&gt; &lt;textarea rows="3"&gt;&lt;/textarea&gt;
</pre> </pre>
<h3>Checkboxes and radios</h3> <h3>Checkboxes and radios</h3>
......
...@@ -911,7 +911,7 @@ ...@@ -911,7 +911,7 @@
<textarea rows="3"></textarea> <textarea rows="3"></textarea>
</form> </form>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
&lt;textarea id="textarea" rows="3"&gt;&lt;/textarea&gt; &lt;textarea rows="3"&gt;&lt;/textarea&gt;
</pre> </pre>
<h3>{{_i}}Checkboxes and radios{{/i}}</h3> <h3>{{_i}}Checkboxes and radios{{/i}}</h3>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment