log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate 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
rev
line source
adam@2157
1
fun main () : transaction page = return <xml><body>
adam@2157
2
<p align="left">Left</p>
adam@2157
3
<p align="right">Right</p>
adam@2157
4
</body></xml>