summaryrefslogtreecommitdiff
path: root/lib/ur/basis.urs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ur/basis.urs')
-rw-r--r--lib/ur/basis.urs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index 8ca2e81c..fe3f0635 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -710,7 +710,8 @@ val img : bodyTag ([Src = url, Width = int, Height = int,
val form : ctx ::: {Unit} -> bind ::: {Type}
-> [[Body, Form, Table] ~ ctx] =>
- xml ([Body, Form] ++ ctx) [] bind
+ option css_class
+ -> xml ([Body, Form] ++ ctx) [] bind
-> xml ([Body] ++ ctx) [] []
val subform : ctx ::: {Unit} -> use ::: {Type} -> bind ::: {Type}