Changes

m
no edit summary
Line 256: Line 256:     
function NodeInfo:start_rows()
 
function NodeInfo:start_rows()
     self._rows = {self._header}
+
     self._rows = {}
 
      
 
      
 
     if self._args["toggle_id"] then
 
     if self._args["toggle_id"] then
Line 266: Line 266:  
      
 
      
 
     table.insert(self._rows, self._table_start)
 
     table.insert(self._rows, self._table_start)
 +
    table.insert(self._rows, self._header)
 
end
 
end
  
48

edits