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 | 946bb6b8dc7c7e5cfd4021cda1102a7819f6f8ad (patch) | |
tree | 33bd2d11b2a2be4e188ac79abcdbfa4df2e2d199 /demo | |
parent | db4c5117972ea2dae676b7af00622db72e5cd465 (diff) | |
parent | 9d1eacaab495588439dfc5cb25b6e495bce332c1 (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> |