log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/activeEmpty.ur @ 2002:9356e8f91ea4
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Change <active> to avoid generating an empty <span> for empty content
author
Adam Chlipala <adam@chlipala.net>
date
Mon, 21 Apr 2014 12:09:58 -0400
parents
children
comparison
equal
deleted
inserted
replaced
2001:16f5f136a807
2002:9356e8f91ea4
1
fun main () : transaction page = return <xml><body>
2
<active code={alert "Howdy, neighbor!"; return <xml/>}/>
3
<hr/>
4
<active code={return <xml>This one <b>ain't</b> empty.</xml>}/>
5
</body></xml>