Content deleted Content added
No reason to call a template that calls a module that calls mw.html.create. Just call mw.html.create directly. |
m spaces→tabs |
||
Line 12:
if not change.repl then
return tostring(mw.html.create("strong"):addClass('error')
)
end
changeList[i] = change
|