summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorGravatar Patrick Hurst <phurst@mit.edu>2014-02-14 04:00:03 -0500
committerGravatar Patrick Hurst <phurst@mit.edu>2014-02-14 04:00:03 -0500
commit62a18826a55b49f8f3a371a5dca09e203b9e6d2a (patch)
tree33bd2d11b2a2be4e188ac79abcdbfa4df2e2d199 /demo
parent1f074cea18228f4100972f7b51f68cd12db15f60 (diff)
parent5537bc4338b4a576b225810c5cca34d3ca7de87f (diff)
Merge in upstream
Diffstat (limited to 'demo')
-rw-r--r--demo/more/orm1.ur2
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>