Commit 185ef07912f8b1cd238ba0236ec0a881e0cdac49

Authored by totoro
1 parent a71a44cd

add missing parenthesis

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/generation/edit_view_table_form.anubis
... ... @@ -41,7 +41,7 @@ public define String
41 41 success(form_string) then "hk_form_table_cell("+form_string+")"
42 42 }
43 43 }
44   - column_label(col_name) then "hk_form_table_cell(label(\""+to_upper(col_name)+"\")",
  44 + column_label(col_name) then "hk_form_table_cell(label(\""+to_upper(col_name)+"\"))",
45 45 label(label_str) then "hk_form_table_cell(label(\""+label_str+"\"))"
46 46 table(lines) then
47 47 "hk_form_table_cell_table(["+
... ...