Content deleted Content added
. |
. |
||
Line 40:
function makeTable()
debugLog(1, "makeTable")
tableRowNum = 0
Line 210 ⟶ 207:
debugLog(nil, "Yes, this is a category")
if not parsePagename(thispagename) then
-- some error parsing the title, so don't proceed to output
return publishDebugLog()
end
debugLog(1, "all parse done")
|