Content deleted Content added
break up first part |
tidy |
||
Line 15:
local s2, n = string.gsub(s, "^(.*)<li>", "%1 >> first part" )
if n > 0 then
return s2 .. "
end
if string.find(s, "^%[%[[^|]+|[^%]]+%]%]") then
|
break up first part |
tidy |
||
Line 15:
local s2, n = string.gsub(s, "^(.*)<li>", "%1 >> first part" )
if n > 0 then
return s2 .. "
end
if string.find(s, "^%[%[[^|]+|[^%]]+%]%]") then
|