diff options
| author | Jacob Thornton <[email protected]> | 2012-01-28 13:17:07 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-28 13:17:07 -0800 |
| commit | b38a13ef98bbdf33deb94462386ecffaea89b242 (patch) | |
| tree | ea949032b625168cce59e96eaeac9a19f2f7d3b1 /docs/base-css.html | |
| parent | 6935f693b3bce10f9bfe7b7e1f3c2705ff2b6ca2 (diff) | |
| parent | 1a22c3b30aa67b4f092b164fad188050af8bbab2 (diff) | |
| download | bootstrap-b38a13ef98bbdf33deb94462386ecffaea89b242.tar.xz bootstrap-b38a13ef98bbdf33deb94462386ecffaea89b242.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 740e0e143..10f3db03d 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1128,11 +1128,11 @@ For example, <code>section</code> should be wrapped as inline. <label class="control-label">Radio buttons</label> <div class="controls"> <label class="radio"> - <input type="radio" id="optionsRadios1" value="option1" checked> + <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked> Option one is this and that—be sure to include why it’s great </label> <label class="radio"> - <input type="radio" 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 </label> </div> |
