Изменения
мСтрока 87:
Строка 87:
− +
fix
targs._sep, targs._style, targs._nobr, targs._nocat, targs._spaced, targs._comment_sep
targs._sep, targs._style, targs._nobr, targs._nocat, targs._spaced, targs._comment_sep
= sep, style, nobr, nocat, spaced, comment_sep
= sep, style, nobr, nocat, spaced, comment_sep
content = content .. (i ~= 1 and between or '') .. opener .. tostring(expand(frame, 'пример', targs)) .. '\n'
content = content .. (i ~= 1 and between and between .. '\n' or '') .. opener .. tostring(expand(frame, 'пример', targs)) .. '\n'
end
end
end
end