Changes

m
no edit summary
Line 70: Line 70:  
for y, ship in pairs(shipTypes) do
 
for y, ship in pairs(shipTypes) do
 
if headerList[ship] == true then
 
if headerList[ship] == true then
tablehtml = tablehtml .. '<td>'
+
tablehtml = tablehtml .. '<td style="white-space: nowrap;">'
 
if drops[node][ship] ~= nil then
 
if drops[node][ship] ~= nil then
 
tablehtml = tablehtml .. drops[node][ship]
 
tablehtml = tablehtml .. drops[node][ship]
5,421

edits