Changes
Jump to navigation
Jump to search
Added missing table insertion.
end
if (person.link ~= nil) then one = "[[" .. person.link .. "|" .. one .. "]]" end
table.insert(text, one)
end
end