Changes

m
no edit summary
Line 351: Line 351:  
         end
 
         end
 
         if form.normal then
 
         if form.normal then
 +
            table.insert(result, '<div class="ship-gallery-page-section-image">')
 
             table.insert(result, cg(form.name))
 
             table.insert(result, cg(form.name))
 +
            table.insert(result, "</div>")
 
         end
 
         end
 
         if form.damaged then
 
         if form.damaged then
 +
            table.insert(result, '<div class="ship-gallery-page-section-image">')
 
             table.insert(result, cg(form.name, true))
 
             table.insert(result, cg(form.name, true))
 +
            table.insert(result, "</div>")
 
         end
 
         end
 
         if form.normal and form.damaged then
 
         if form.normal and form.damaged then
cssedit, gkautomate
7,060

edits