Changes

m
no edit summary
Line 240: Line 240:  
     table.insert(self._rows, self._table_end)
 
     table.insert(self._rows, self._table_end)
 
     table.insert(self._rows, self._collapse_div_end)
 
     table.insert(self._rows, self._collapse_div_end)
     return table.concat(self._rows, "\n")
+
     return table.concat(self._rows, "")
 
end
 
end
  
48

edits