countries: fix typo in iso standard number
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 1 Feb 2015 09:29:02 +0000 (10:29 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sun, 1 Feb 2015 17:34:57 +0000 (18:34 +0100)
countries.plp

index 575aa8bb2c40be3c67eb89e495f1e64c54a7d0ad..6ad015b29a597eaba50073a0bf54e5e96de2c32a 100644 (file)
@@ -4,13 +4,13 @@ Html({
        title => 'country code cheat sheet',
        version => 'v1.0',
        description =>
        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'],
 });
 
 :>
        stylesheet => [qw'light dark circus mono red'],
 });
 
 :>
-<h1>ISO-3166-2α2 Country codes</h1>
+<h1>ISO-3166-1α2 Country codes</h1>
 
 <:
 my $cc = do 'countries.inc.pl';
 
 <:
 my $cc = do 'countries.inc.pl';