view tests/cssNull.ur @ 1987:fa044101ad99

Closing old datetime branch.
author Patrick Hurst <phurst@mit.edu>
date Mon, 17 Feb 2014 19:25:30 -0500
parents 5691ec310618
children
line wrap: on
line source
style spicy

fun main () : transaction page = return <xml><body>
  <span class={null}>Boring</span>
  <span class={classes null spicy}>Spicy!</span>
</body></xml>