Content deleted Content added
No edit summary |
No edit summary |
||
Line 94:
local ret = {}
local out = makeUrl(options.url, options.display)
if string.find(out, "%>%&%#39%;%<") then
ret[#ret + 1] = "[" .. options.url .. " " .. options.display .. "]"
else
|