Changes

m
no edit summary
Line 280: Line 280:  
         for i = 1, #drops do
 
         for i = 1, #drops do
 
             content = content .. drops[i] .. " "
 
             content = content .. drops[i] .. " "
             if i % 4 == 0 then content = content .. "<br />" end
+
             if i % 4 == 0 then
 +
                content = mw.ustring.sub(content, 1, -2)
 +
                content = content .. "<br />"
 +
            end
 
         end
 
         end
 
         table.insert(self._rows, format{self._added_cell_template,
 
         table.insert(self._rows, format{self._added_cell_template,
48

edits