Module:ISO 3166: Difference between revisions

fix script errors
(update with code from BrandonXLF per request on the talk page)
(fix script errors)
Line 101:
function p.luacode(args)
 
if string.find(args[1] or '',"%-") then
args[1], args[2] = string.match(args[1] or '',"^([^%-]*)%-(.*)$")
end
Anonymous user