Changes

m
no edit summary
Line 277: Line 277:  
         table.insert(drops, battle_card)
 
         table.insert(drops, battle_card)
 
         table.insert(self._rows, format{self._added_cell_template,
 
         table.insert(self._rows, format{self._added_cell_template,
             content = "Notable Drops: " .. table.concat(drops, " "),
+
             content = "Notable Drops<br />" .. table.concat(drops, " "),
 
             bg_color = self._extra_cells_bg,
 
             bg_color = self._extra_cells_bg,
 
         })
 
         })
48

edits