From 185ef07912f8b1cd238ba0236ec0a881e0cdac49 Mon Sep 17 00:00:00 2001 From: totoro Date: Fri, 28 Apr 2017 13:59:55 +0900 Subject: [PATCH] add missing parenthesis --- src/generation/edit_view_table_form.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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