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/templates | |
| 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/templates')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 23d72efd5..6cbb111ac 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1063,11 +1063,11 @@ <label class="control-label">{{_i}}Radio buttons{{/i}}</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> {{_i}}Option one is this and that—be sure to include why it’s great{{/i}} </label> <label class="radio"> - <input type="radio" 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}} </label> </div> |
