Commit 7f5aa177 authored by Erik van der Kolk's avatar Erik van der Kolk

Make Forms => Default styles code snippet the same as example

parent 0c24f51d
......@@ -842,7 +842,8 @@ For example, <code>section</code> should be wrapped as inline.
<button type="submit" class="btn">Submit</button>
</form>
<pre class="prettyprint linenums">
&lt;form class="well"&gt;
&lt;form&gt;
&lt;legend&gt;Legend&lt;/legend&gt;
&lt;label&gt;Label name&lt;/label&gt;
&lt;input type="text" placeholder="Type something…"&gt;
&lt;span class="help-block"&gt;Example block-level help text here.&lt;/span&gt;
......
......@@ -779,7 +779,8 @@
<button type="submit" class="btn">{{_i}}Submit{{/i}}</button>
</form>{{! /example }}
<pre class="prettyprint linenums">
&lt;form class="well"&gt;
&lt;form&gt;
&lt;legend&gt;{{_i}}Legend{{/i}}&lt;/legend&gt;
&lt;label&gt;{{_i}}Label name{{/i}}&lt;/label&gt;
&lt;input type="text" placeholder="{{_i}}Type something…{{/i}}"&gt;
&lt;span class="help-block"&gt;Example block-level help text here.&lt;/span&gt;
......
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