Skip to content

Commit

Permalink
Merge pull request twbs#8528 from dtmax/3.0.0-wip
Browse files Browse the repository at this point in the history
typo fixed: highligted source code of second radio button was missing
  • Loading branch information
mdo committed Jul 19, 2013
2 parents 710dbb5 + 6f9ed7e commit 416fd9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css.html
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,10 @@ <h4>Default (stacked)</h4>
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
Option one is this and that&mdash;be sure to include why it's great
</label>
<label>
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
Option two can be something else and selecting it will deselect option one
</label>
</div>
{% endhighlight %}

Expand Down

0 comments on commit 416fd9d

Please sign in to comment.