From: Mischa POSLAWSKY Date: Sun, 1 Feb 2015 09:29:02 +0000 (+0100) Subject: countries: fix typo in iso standard number X-Git-Tag: v1.6~42 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/ef4ff568419d6372f056f910b7e6e3d492ecec4d countries: fix typo in iso standard number --- diff --git a/countries.plp b/countries.plp index 575aa8b..6ad015b 100644 --- a/countries.plp +++ b/countries.plp @@ -4,13 +4,13 @@ Html({ title => 'country code cheat sheet', version => 'v1.0', description => - "Table of ISO-3166-2 country codes with the names of reserved territories.", - keywords => [qw'country code cc tld territory land table'], + "Table of ISO-3166-1 country codes with the names of reserved territories.", + keywords => [qw'country code cc tld cctld continent territory land table'], stylesheet => [qw'light dark circus mono red'], }); :> -

ISO-3166-2α2 Country codes

+

ISO-3166-1α2 Country codes

<: my $cc = do 'countries.inc.pl';