Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 112: Line 112:
-- replace this later with the actual helper template
-- replace this later with the actual helper template
function urlEscape(arg)
function urlEscape(arg)
return arg:gsub("%s+", '%%20'):gsub("%<", "%%3C"):gsub("%>", "%%3E")
return arg:gsub("%<", "%%3C"):gsub("%>", "%%3E")
end
end