mirror of https://github.com/twbs/bootstrap.git
#3263: typo in forms docs
This commit is contained in:
parent
b6b354ceaa
commit
ef368f0076
|
|
@ -1272,7 +1272,7 @@ For example, <code>section</code> should be wrapped as inline.
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio">
|
||||||
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
|
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
|
||||||
Option two can is something else and selecting it will deselect option one
|
Option two can be something else and selecting it will deselect option one
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1195,7 +1195,7 @@
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio">
|
||||||
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
|
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
|
||||||
{{_i}}Option two can is something else and selecting it will deselect option one{{/i}}
|
{{_i}}Option two can be something else and selecting it will deselect option one{{/i}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue