Модуль:GetField: различия между версиями

Нет описания правки
Нет описания правки
Строка 1244: Строка 1244:
return frame:preprocess(table.concat(out, "\n"))
return frame:preprocess(table.concat(out, "\n"))
else
else
return frame:preprocess(table.concat(out, ""))
return frame:preprocess(table.concat(out, " "))
end
end
end
end


return p
return p