Mercurial > urweb
view tests/label.ur @ 1275:74150edf1134
Undo fancy wildification; instead, client code should include extra wildcard con declarations
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 03 Jun 2010 14:44:08 -0400 |
parents | 609ab3947a08 |
children |
line wrap: on
line source
fun main () = return <xml><body> <ccheckbox id="A"/> <label for="A">First one</label><br/> <ccheckbox id="B"/> <label for="B">Second one</label><br/> </body></xml>