From 4b1a2c45fc354ed93f3c23bc9ffa6e7d54028b98 Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 6 Jul 2014 02:36:15 +0200 Subject: [PATCH] update to be compliant with last calexium_lib 1.13 itself ;-) --- web/CXM_generic_form.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/CXM_generic_form.anubis b/web/CXM_generic_form.anubis index 36b73e1..77422a5 100644 --- a/web/CXM_generic_form.anubis +++ b/web/CXM_generic_form.anubis @@ -92,7 +92,7 @@ public type FormField: Mandatory mandatory), selector_c (WebArgName web_arg_name, String tag, - List((WebArgValue,String)) items, + List((List(CoreAttrs), WebArgValue, String)) items, Maybe(InitialValue) selected, Mandatory mandatory), -- libgit2 0.21.4