log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/classy_form.ur @ 2153:39bd1d4007a9
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Apply syntax sugar for 'class' attribute to <form> as well
author
Adam Chlipala <adam@chlipala.net>
date
Mon, 08 Jun 2015 11:11:46 -0400
parents
children
comparison
equal
deleted
inserted
replaced
2152:2d9e40e726f2
2153:39bd1d4007a9
1
style form_inline
2
3
val main : transaction page = return <xml>
4
<body>
5
<form class="form-inline">
6
Problematic?
7
</form>
8
</body>
9
</xml>