Changes

m
no edit summary
Line 18: Line 18:  
end
 
end
   −
function debugSpan()
+
function debugString()
     return #debug > 0 and args.debug and ([[<span style="display:none">]] .. table.concat(debug, "\n") .. [[</span>]]) or ""
+
     return #debug > 0 and args.debug and ([[<pre>]] .. table.concat(debug, "\n") .. [[</pre>]]) or ""
 
end
 
end
   Line 241: Line 241:  
             end
 
             end
 
         until not sequence or sequence_position > #sequence
 
         until not sequence or sequence_position > #sequence
         return table.concat(values, args.concat or "") .. debugSpan()
+
         return table.concat(values, args.concat or "") .. debugString()
 
     end
 
     end
 
end
 
end
cssedit, gkautomate
6,926

edits