diff --git a/view/view_rows_import.anubis b/view/view_rows_import.anubis index 3214184..9e706d3 100644 --- a/view/view_rows_import.anubis +++ b/view/view_rows_import.anubis @@ -34,7 +34,8 @@ public define List((List(CoreAttrs), WebArgValue, String)) = (List((List(CoreAttrs), WebArgValue, String)))[ ([],wav(","), _T("COMA_SEP")), - ([],wav(";"), _T("SEMICOLON_SEP"))]. + ([],wav(";"), _T("SEMICOLON_SEP")), + ([],wav("\t"),_T("TAB"))]. -- libgit2 0.21.4