Changes

m
no edit summary
Line 607: Line 607:  
             end
 
             end
 
         end
 
         end
         if count == 3 and str ~= nil then
+
         if count % 3 == 0 and str ~= nil then
 
             str = str:sub(0,i) .. "<br>" .. str:sub(i+1,#str)
 
             str = str:sub(0,i) .. "<br>" .. str:sub(i+1,#str)
 
         end
 
         end
5,421

edits