log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/ooo.ur @ 600:d1cce194180d
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Do proper insertion of dynamic content within nested DOM containers
author
Adam Chlipala <adamc@hcoop.net>
date
Sun, 11 Jan 2009 10:41:38 -0500
parents
children
comparison
equal
deleted
inserted
replaced
599:889dc9fceb3a
600:d1cce194180d
1
fun main () : transaction page =
2
s <- source "Hi";
3
return <xml><body>
4
<form>
5
<textbox{#A} source={s}/>
6
Change it up!
7
</form>
8
</body></xml>