diff options
| author | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-17 04:49:28 +0000 |
|---|---|---|
| committer | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-17 04:49:28 +0000 |
| commit | 4ac4e2fbc451df15b49f81e639dfb97c18e8e89a (patch) | |
| tree | f0bb0eb1cd75e7013c9327f4a8622d7ad98f6d06 /ChangeLog | |
| parent | b27d5a7aa1438c8fe381434e21d4b838e914e450 (diff) | |
* lib/cgi/html.rb (checkbox_group,radio_group): bug fix
use size instead of bytesize.
* test/cgi/test_cgi_tag_helper.rb: test for checkbox_group,radio_group.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Sep 17 13:42:59 2008 Takeyuki Fujioka <xibbar@ruby-lang.org> + + * lib/cgi/html.rb (checkbox_group,radio_group): bug fix + use size instead of bytesize. + + * test/cgi/test_cgi_tag_helper.rb: test for checkbox_group,radio_group. + Wed Sep 17 06:58:31 2008 Tadayoshi Funaba <tadf@dotrb.org> * numeric.c: provides predicate real? instead of scalar?. |
