diff --git a/view/types/hk_form_table.anubis b/view/types/hk_form_table.anubis index c8ec778..5e9b86f 100644 --- a/view/types/hk_form_table.anubis +++ b/view/types/hk_form_table.anubis @@ -2,7 +2,7 @@ * Created by 伝作 (Densaku). * Types & Messages generator written by フランスのトトロ aka (David RENÉ) * Date: 2017-04-19 - * Time: 15:54:06 + * Time: 16:17:58 * */ @@ -38,7 +38,7 @@ public type HK_Form_Table_Cell: . -public type HK_Form_Line_Attribute: +public type HK_Form_Table_Line_Attribute: colspan( Int number ), @@ -50,8 +50,8 @@ public type HK_Form_Line_Attribute: public type HK_Form_Table_Line: hk_form_table_line( - List(HK_Form_Line_Attribute) line_attr, - List(HK_Form_Table_Cell) form_table_cells + List(HK_Form_Table_Line_Attribute) line_attr, + List(HK_Form_Table_Cell) form_table_cells ) . -- libgit2 0.21.4