diff options
author | Adam Chlipala <adam@chlipala.net> | 2012-03-10 12:53:33 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2012-03-10 12:53:33 -0500 |
commit | 46cfc6df38e2e44898e725a58a554e4c53be53a9 (patch) | |
tree | 80047c88c770f642a6d5e73eb5c44ff3cc0828b6 /lib | |
parent | 2a42899039b15444e8445300c8562e8934e8876a (diff) |
Change <radio> to yield [option string]
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ur/basis.urs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index 67e6abc6..189bef0e 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -830,7 +830,7 @@ val postType : postBody -> string val postData : postBody -> string con radio = [Body, Radio] -val radio : formTag string radio [Id = id] +val radio : formTag (option string) radio [Id = id] val radioOption : unit -> tag ([Value = string, Checked = bool] ++ boxAttrs) radio [] [] [] con select = [Select] |