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

Make Forms => Textarea code snippet the same as example

parent 7f5aa177
......@@ -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>
......
......@@ -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>
......
Markdown is supported
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