Mercurial > urweb
view tests/empties.ur @ 2090:9a1547596712
Fix XML syntax for closing <input> tags
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 18 Dec 2014 07:48:37 -0500 |
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>