diff --git a/src/generation/edit_view_table_form.anubis b/src/generation/edit_view_table_form.anubis index 5b46f6c..8884ae1 100644 --- a/src/generation/edit_view_table_form.anubis +++ b/src/generation/edit_view_table_form.anubis @@ -41,7 +41,7 @@ public define String success(form_string) then "hk_form_table_cell("+form_string+")" } } - column_label(col_name) then "hk_form_table_cell(label(\""+to_upper(col_name)+"\")", + column_label(col_name) then "hk_form_table_cell(label(\""+to_upper(col_name)+"\"))", label(label_str) then "hk_form_table_cell(label(\""+label_str+"\"))" table(lines) then "hk_form_table_cell_table(["+ -- libgit2 0.21.4