From aaad265bcd5e8d93c6ce0c9cb3508be24601ce0a Mon Sep 17 00:00:00 2001 From: totoro Date: Mon, 13 Mar 2023 14:52:48 +0100 Subject: [PATCH] [~] typo --- database/db_get_helpers.anubis | 2 ++ web/form.anubis | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/database/db_get_helpers.anubis b/database/db_get_helpers.anubis index 56c8827..6a8011b 100644 --- a/database/db_get_helpers.anubis +++ b/database/db_get_helpers.anubis @@ -154,6 +154,8 @@ public define Float } . + + public define Maybe(Float) db_get_mb_Float ( diff --git a/web/form.anubis b/web/form.anubis index f640854..d53f679 100644 --- a/web/form.anubis +++ b/web/form.anubis @@ -125,7 +125,7 @@ public type CXM_Form_Field: //--- hidden field ------------------------------------------------------------ hidden( - HTML_Id id, + HTML_Id id, WebArgName web_arg_name, WebArgValue init_value ), -- libgit2 0.21.4