Changes

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,926

edits