diff options
author | Patrick Hurst <phurst@mit.edu> | 2014-02-14 04:00:03 -0500 |
---|---|---|
committer | Patrick Hurst <phurst@mit.edu> | 2014-02-14 04:00:03 -0500 |
commit | 62a18826a55b49f8f3a371a5dca09e203b9e6d2a (patch) | |
tree | 33bd2d11b2a2be4e188ac79abcdbfa4df2e2d199 /demo | |
parent | 1f074cea18228f4100972f7b51f68cd12db15f60 (diff) | |
parent | 5537bc4338b4a576b225810c5cca34d3ca7de87f (diff) |
Merge in upstream
Diffstat (limited to 'demo')
-rw-r--r-- | demo/more/orm1.ur | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/more/orm1.ur b/demo/more/orm1.ur index b5ba29ac..989741dd 100644 --- a/demo/more/orm1.ur +++ b/demo/more/orm1.ur @@ -40,7 +40,7 @@ fun action () = | Some r => <xml>{[r.B]}</xml>} </li></xml>) lsS} </body></xml> - + fun main () = return <xml><body> <form><submit action={action}/></form> </body></xml> |