Mercurial > urweb
view tests/cssNull.ur @ 1606:f4453e2402d0
Yet another fix to previous change
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 20 Nov 2011 20:54:03 -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>