summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
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>