log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/align.ur @ 2157:9c8016d99969
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Add HTML 'align' attribute
author
Adam Chlipala <adam@chlipala.net>
date
Thu, 02 Jul 2015 13:02:37 -0400
parents
children
comparison
equal
deleted
inserted
replaced
2156:d857da05f042
2157:9c8016d99969
1
fun main () : transaction page = return <xml><body>
2
<p align="left">Left</p>
3
<p align="right">Right</p>
4
</body></xml>