diff options
Diffstat (limited to 'demo/more/orm1.ur')
-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> |