Mercurial > urweb
annotate tests/twoArg.ur @ 1726:4df4521fbd3b
Removed excess zero byte from empty pages.
Zero byte sometimes breaks http tunneling in Safari. Empty page is a "Not Modified" response for app.js
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Wed, 25 Apr 2012 03:07:07 +0400 |
parents | e06bfeb6c2aa |
children |
rev | line source |
---|---|
adamc@1125 | 1 fun main n s = return <xml>{[n]}, {[s]}</xml> |
adamc@1125 | 2 |
adamc@1125 | 3 val shadow = return <xml>You found me!</xml> |