Mercurial > urweb
view tests/ooo.ur @ 1476:3bef8d50b4d6
Add rowspan attribute to td,th elements.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Wed, 22 Jun 2011 13:58:43 -0430 |
parents | d1cce194180d |
children |
line wrap: on
line source
fun main () : transaction page = s <- source "Hi"; return <xml><body> <form> <textbox{#A} source={s}/> Change it up! </form> </body></xml>