Модуль:GetField: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 418: | Строка 418: | ||
end | end | ||
local result = table.concat(out, " | local result = table.concat(out, " ") | ||
if type(frame.preprocess) == "function" then | if type(frame.preprocess) == "function" then | ||
return frame:preprocess(result) | return frame:preprocess(result) | ||
| Строка 481: | Строка 481: | ||
end | end | ||
local result = table.concat(out, " | local result = table.concat(out, " ") | ||
if type(frame.preprocess) == "function" then | if type(frame.preprocess) == "function" then | ||
return frame:preprocess(result) | return frame:preprocess(result) | ||