Mercurial > urweb
view tests/classy_form.ur @ 2293:8be54d7bd06e
Trivial change to benchmark.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Wed, 18 Nov 2015 14:48:24 -0500 |
parents | 39bd1d4007a9 |
children |
line wrap: on
line source
style form_inline val main : transaction page = return <xml> <body> <form class="form-inline"> Problematic? </form> </body> </xml>