comparison tests/classy_form.ur @ 2241:2b1af5dc6dee

Merge.
author Ziv Scully <ziv@mit.edu>
date Sun, 19 Jul 2015 19:05:16 -0700
parents 39bd1d4007a9
children
comparison
equal deleted inserted replaced
2240:88cc0f44c940 2241:2b1af5dc6dee
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>