Changes

m
no edit summary
Line 85: Line 85:  
     if self._sorted_entries[class] ~= nil then
 
     if self._sorted_entries[class] ~= nil then
 
         if not remove_headers then
 
         if not remove_headers then
             table.insert(self._rows, "===" .. class .. "s===")
+
             table.insert(self._rows, "=" .. class .. "s=")
 
         end
 
         end
 
         table.insert(self._rows, self._table_start)
 
         table.insert(self._rows, self._table_start)
48

edits