Mercurial > urweb
view tests/style.ur @ 722:f06880c8bf68
Tiny increment to style test
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 12 Apr 2009 14:21:19 -0400 |
parents | 9864b64b1700 |
children | 12ec14a6be0b |
line wrap: on
line source
style q style r fun main () : transaction page = return <xml><body> Hi. <span class={q}>And hi <span class={r}>again</span>!</span> </body></xml>