view tests/label.ur @ 1849:3005c66b70e8

Get -css flag working again
author Adam Chlipala <adam@chlipala.net>
date Tue, 16 Apr 2013 11:25:56 -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>