Changes

no edit summary
Line 200: Line 200:  
function BaseTable:finish_rows()
 
function BaseTable:finish_rows()
 
table.insert(self._rows, self._row_starter)
 
table.insert(self._rows, self._row_starter)
table.insert(self._rows, self._header_bottom)
+
table.insert(self._rows, self._header_bottom or self._header)
 
table.insert(self._rows, self._table_end)
 
table.insert(self._rows, self._table_end)
 
end
 
end
Anonymous user