Module:MOS modes: Difference between revisions

Ganaram inukshuk (talk | contribs)
No edit summary
Ganaram inukshuk (talk | contribs)
No edit summary
Line 142: Line 142:
if add_columns then
if add_columns then
for j = 1, #headers do
for j = 1, #headers do
result = result .. "|" .. entries[i + j] .. "\n"
result = result .. "|" .. entries[i + j - 1] .. "\n"
end
end
end
end