Commit aaad265bcd5e8d93c6ce0c9cb3508be24601ce0a
1 parent
d0da75ac
[~] typo
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
database/db_get_helpers.anubis
web/form.anubis
| @@ -125,7 +125,7 @@ public type CXM_Form_Field: | @@ -125,7 +125,7 @@ public type CXM_Form_Field: | ||
| 125 | 125 | ||
| 126 | //--- hidden field ------------------------------------------------------------ | 126 | //--- hidden field ------------------------------------------------------------ |
| 127 | hidden( | 127 | hidden( |
| 128 | - HTML_Id id, | 128 | + HTML_Id id, |
| 129 | WebArgName web_arg_name, | 129 | WebArgName web_arg_name, |
| 130 | WebArgValue init_value | 130 | WebArgValue init_value |
| 131 | ), | 131 | ), |