sc: refer to ventral sacs overlord by its common name
[sheet.git] / countries.plp
index e404ae5c68cba884bf56a1f6df28ea0757967652..870b3b3e9a54d6711c168bdbba6fdecf12a2245e 100644 (file)
@@ -2,11 +2,10 @@
 
 Html({
        title => 'country code cheat sheet',
-       version => '1.3',
+       version => '1.4',
        description =>
                "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'],
        data => ['data/countries.inc.pl'],
 });
 
@@ -14,7 +13,7 @@ Html({
 <h1>ISO-3166-1α2 Country codes</h1>
 
 <:
-my $cc = do 'data/countries.inc.pl';
+my $cc = Data('data/countries');
 
 {
        printf '<table class="ccmap">';