view tests/hyphenate.ur @ 2111:809bceab15a3

Don't allow singleton <button> tags
author Adam Chlipala <adam@chlipala.net>
date Sun, 01 Feb 2015 15:50:54 -0500
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>