• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
Undo revision 73372 by がか (talk)
Line 249: Line 249:  
         equipTable = equipTable .. equipRow
 
         equipTable = equipTable .. equipRow
 
     end
 
     end
     return equipHeader .. equipTable
+
     return '<table style="width: 100%">' .. equipHeader .. equipTable .. '</table>'
    -- return '<table style="width: 100%">' .. equipHeader .. equipTable .. '</table>'
   
end
 
end
   Line 344: Line 343:  
     end
 
     end
 
     local row13 = '<tr>' .. RscHeader .. 'Modernization</th>' .. RscData2 .. modInfo .. '</td></tr>'
 
     local row13 = '<tr>' .. RscHeader .. 'Modernization</th>' .. RscData2 .. modInfo .. '</td></tr>'
     -- return '<table style="width: 100%">' .. row13 .. row11 .. row12 .. '</table>'
+
     return '<table style="width: 100%">' .. row13 .. row11 .. row12 .. '</table>'
    return row13 .. row11 .. row12
   
end
 
end
   Line 372: Line 370:  
     end
 
     end
 
     voice = RscHeader .. 'Seiyuu</th>' .. RscData .. voiceactor .. '</td>'
 
     voice = RscHeader .. 'Seiyuu</th>' .. RscData .. voiceactor .. '</td>'
     -- local row14 = '<table style="width: 100%">' .. art .. voice .. '</table>'
+
     local row14 = '<table style="width: 100%">' .. art .. voice .. '</table>'
     -- return row14
+
     return row14
    return art .. voice
   
end
 
end
  
cssedit, gkautomate
6,916

edits

Navigation menu