keyboard/altgr/index: ignore js include on tableless pages
[sheet.git] / countries.plp
index e404ae5c68cba884bf56a1f6df28ea0757967652..c11a3e8c6192f1d013b64726eff98aa4d4700829 100644 (file)
@@ -6,7 +6,6 @@ Html({
        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">';