summaryrefslogtreecommitdiff
path: root/demo/link.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/link.ur')
-rw-r--r--demo/link.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/link.ur b/demo/link.ur
index f9e33968..122b98f1 100644
--- a/demo/link.ur
+++ b/demo/link.ur
@@ -3,5 +3,5 @@ fun target () = return <xml><body>
</body></xml>
fun main () = return <xml><body>
- <a link={target ()}>Go there</a>
+ <a link={target}>Go there</a>
</body></xml>