view tests/cssNull.ur @ 1830:d636d33fd8a2

Fix broken implementation of 'urweb daemon stop'
author Austin Seipp <mad.one@gmail.com>
date Wed, 28 Nov 2012 11:39:38 -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>