Mercurial > urweb
view tests/funnyStyles.ur @ 1985:5195378deeca
Merge in upstream
author | Patrick Hurst <phurst@mit.edu> |
---|---|
date | Sat, 15 Feb 2014 01:04:31 -0500 |
parents | 3005c66b70e8 |
children |
line wrap: on
line source
style booboo style hoohoo fun main () : transaction page = return <xml><body> <p class={booboo}>booboo</p> <p class={hoohoo}>hoohoo</p> <p class={null}>null</p> </body></xml>