aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--demo/more/dragList.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/more/dragList.ur b/demo/more/dragList.ur
index efdafc8a..c4e9b69a 100644
--- a/demo/more/dragList.ur
+++ b/demo/more/dragList.ur
@@ -15,7 +15,7 @@ fun draggableList title items =
set di movedOver;
set itemSource original;
set draggingItem (Some itemSource)}>
- <dyn signal={Monad.mp (fn s => <xml>{[s]}</xml>) (signal itemSource)}/>
+ <dyn signal={Monad.mp cdata (signal itemSource)}/>
</li></xml>) itemSources}
</ul>
</xml>