Mercurial > urweb
view tests/empties.ur @ 1862:a3d795fbecb9
Add 'rel' attribute to <a>
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 09 Aug 2013 16:13:44 -0400 |
parents | 815afd323d86 |
children |
line wrap: on
line source
fun main () = return <xml><body> <table> <tr> <th/> <td><p/></td> </tr> </table> <form><textbox{#A}/></form> </body></xml>