Content deleted Content added
fix parameter name error |
100 characters is still a little too much to view comfortably |
||
Line 141:
if not mw.ustring.find(s, pattern, nil, plain) then
local display = s
if #display >
display = mw.ustring.sub(display, 1,
end
DebugHelper.raise({
|