Mercurial > urweb
view tests/img.ur @ 934:36f787c02287
Fix a bug in Jscomp environment calculation for EQuery; smarter embedding of record projection in JavaScript
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Mon, 14 Sep 2009 19:04:38 -0400 |
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>