Change .help-block tag for "Forms => Default styles" example into <span>

This commit is contained in:
Erik van der Kolk 2012-08-18 13:56:02 +02:00
parent 05571db109
commit 0c24f51d2a
2 changed files with 2 additions and 2 deletions

View File

@ -835,7 +835,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<legend>Legend</legend>
<label>Label name</label>
<input type="text" placeholder="Type something…">
<p class="help-block">Example block-level help text here.</p>
<span class="help-block">Example block-level help text here.</span>
<label class="checkbox">
<input type="checkbox"> Check me out
</label>

View File

@ -772,7 +772,7 @@
<legend>Legend</legend>
<label>{{_i}}Label name{{/i}}</label>
<input type="text" placeholder="{{_i}}Type something…{{/i}}">
<p class="help-block">{{_i}}Example block-level help text here.{{/i}}</p>
<span class="help-block">{{_i}}Example block-level help text here.{{/i}}</span>
<label class="checkbox">
<input type="checkbox"> {{_i}}Check me out{{/i}}
</label>