Content deleted Content added
m spaces→tabs |
Petr Matas (talk | contribs) Call Module:Error to avoid copy&paste programming |
||
Line 11:
local change = {pattern = args[i * 2], repl = args[i * 2 + 1]}
if not change.repl then
return
end
changeList[i] = change
|