Mercurial > urweb
view tests/sreturn.ur @ 740:b302b6e35f93
Add MIME type to file
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 25 Apr 2009 14:47:16 -0400 |
parents | 55fc747a67dc |
children |
line wrap: on
line source
fun main () : transaction page = return <xml><body> <p>Before</p> <p><dyn signal={return <xml>Hi!</xml>}/></p> <p>After</p> </body></xml>