Mercurial > urweb
view tests/cssNull.ur @ 2294:f8903af753ff
Support nested queries but disable UrFlow for now.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Thu, 19 Nov 2015 01:59:00 -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>