diff --git a/stead/stead.lua b/stead/stead.lua index b126777..2148df1 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -11,7 +11,7 @@ stead = { function par(space,...) local i, res for i = 1, stead.table.maxn(arg) do - if type(arg[i]) == 'string' then + if type(arg[i]) == 'string' and arg[i] ~= "" then if res == nil then res = "" else