Changes

m
no edit summary
Line 207: Line 207:  
     sum = args.explicit[id .. ' sum'] or '??',
 
     sum = args.explicit[id .. ' sum'] or '??',
 
     level = args.explicit[id .. ' level'] or '??',
 
     level = args.explicit[id .. ' level'] or '??',
     fleet = (e.reset_type == 1 and '' or 'Monthly expedtion<br>') .. args.explicit[id .. ' fleet'] or '??',
+
     fleet = (e.reset_type == 1 and '' or 'Monthly expedtion<br>') .. (args.explicit[id .. ' fleet'] or '??'),
 
     drums = args.explicit[id .. ' drums'] or '??',
 
     drums = args.explicit[id .. ' drums'] or '??',
 
     fuel_cost = e.use_fuel > 0 and '-' .. 10 * e.use_fuel or '',
 
     fuel_cost = e.use_fuel > 0 and '-' .. 10 * e.use_fuel or '',
cssedit, gkautomate
7,060

edits