Mercurial > urweb
view tests/hyphenate.ur @ 1862:a3d795fbecb9
Add 'rel' attribute to <a>
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 09 Aug 2013 16:13:44 -0400 |
parents | 675ce534e3ec |
children |
line wrap: on
line source
style extra_special style somewhat_special fun main () : transaction page = return <xml><body> <span class={extra_special}>Test</span> <span class={somewhat_special}>Test</span> </body></xml>