Module:Items: Difference between revisions

fixed a dumb typo
(Increased size of icons in item grid and added padding)
(fixed a dumb typo)
Line 735: Line 735:
   end
   end
   if addCategories then result = result..table.concat(categoryArray, '') end
   if addCategories then result = result..table.concat(categoryArray, '') end
   return resultf
   return result
end
end