dieren: image figures captioned by names
[sheet.git] / countries.plp
index 7297547b420e431c3c055df95da2158f322e3407..dfe9a4859a96d362cad0c22db24da7cfbe2f1f91 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'country code cheat sheet',
-       version => '1.2',
+       version => '1.3',
        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'],
@@ -17,7 +17,7 @@ Html({
 my $cc = do 'data/countries.inc.pl';
 
 {
-       printf '<table class="mcmap">';
+       printf '<table class="ccmap">';
        print '<col><colgroup span="26">';
        for my $section (qw{thead}) {
                print "<$section><tr><th>↳";