Content deleted Content added
Tom.Reding (talk | contribs) m break if found |
Tom.Reding (talk | contribs) m simp |
||
Line 191:
--append cats to outString
if currentTitle.namespace == 14 then --Category:
outString = outString .. table.concat(categories) .. table.concat(trackingCategories)
else
outString = outString .. '<br />' ..
|