Content deleted Content added
move before |
move after |
||
Line 15:
local lipos = string.find(s, "<li>" )
if lipos then
return string.sub(s, 1, lipos
end
if string.find(s, "^%[%[[^|]+|[^%]]+%]%]") then
|
move before |
move after |
||
Line 15:
local lipos = string.find(s, "<li>" )
if lipos then
return string.sub(s, 1, lipos
end
if string.find(s, "^%[%[[^|]+|[^%]]+%]%]") then
|