Mercurial > urweb
view tests/cssNull.ur @ 1666:df8f18d50746
Revert ax_check_openssl.m4 and instead compensate for Ubuntu weirdness in config.sml
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 09 Jan 2012 08:38:53 -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>