Mercurial > urweb
view tests/funnyStyles.ur @ 1999:a1d3fbdcc897
Add <pre> tag support
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Mon, 24 Feb 2014 09:10:31 +0000 |
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>