Mercurial > urweb
view tests/img.ur @ 1059:03a81e26e5fe
Move to simpler HTML escaping
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 08 Dec 2009 08:48:29 -0500 |
parents | e28637743279 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml><body> <img src="http://www.google.com/intl/en_ALL/images/logo.gif"/> </body></xml>