Content deleted Content added
add error check to _formatPageTables |
checkType will work in for loops as well, with the power of the i variable |
||
Line 66:
local links = {}
for i, t in ipairs(pages) do
local link = t[1]
local display = t[2]
|