Changes

m
no edit summary
Line 122: Line 122:  
             table.insert(result, string.format('|-| %s =', 'Variant ' .. i))
 
             table.insert(result, string.format('|-| %s =', 'Variant ' .. i))
 
             if fleet.p2w and fleet.p2w > 0 then
 
             if fleet.p2w and fleet.p2w > 0 then
                 table.insert(result, '**P2W**, ')
+
                 table.insert(result, "'''P2W''', ")
 
             end
 
             end
 
             if fleet.f2p and fleet.f2p > 0 then
 
             if fleet.f2p and fleet.f2p > 0 then
                 table.insert(result, '**F2P**, ')
+
                 table.insert(result, "'''F2P''', ")
 
             end
 
             end
 
             if table.getn(fleet.notes) > 0 then
 
             if table.getn(fleet.notes) > 0 then
cssedit, gkautomate
7,060

edits