Mercurial > urweb
view tests/label.ur @ 1533:75d77fbe7c94
Distribute applications of "arrow type" ECase across branches.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Fri, 12 Aug 2011 00:55:57 -0430 |
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>