Changes

no edit summary
Line 277: Line 277:  
     if mw.ustring.sub(custom_row_key, 1, 1) == "#" then
 
     if mw.ustring.sub(custom_row_key, 1, 1) == "#" then
 
         local value = mw.ustring.sub(custom_row_key, 2)
 
         local value = mw.ustring.sub(custom_row_key, 2)
         if self._row_starter then
+
         if not self.sum_hack and self._row_starter then
 
    table.insert(self._rows, self._row_starter)
 
    table.insert(self._rows, self._row_starter)
 
end
 
end
Line 293: Line 293:  
},
 
},
 
})
 
})
if self._row_starter then
+
if not self.sum_hack and self._row_starter then
 
        table.insert(self._rows, self._row_starter)
 
        table.insert(self._rows, self._row_starter)
 
    end
 
    end
    if self._header then
+
    if not self.sum_hack and self._header then
 
             table.insert(self._rows, self._header)
 
             table.insert(self._rows, self._header)
 
         end
 
         end
cssedit, gkautomate
7,060

edits