Mercurial > urweb
view tests/sreturn.ur @ 1709:4600cc5e335c
Added several missing tag attributes
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Wed, 11 Apr 2012 03:03:19 +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>