X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/2b719dc0950d9e160458490cb1c69b7cd37d240d..e7cbf3dee778444e2c24e01fb09980af945f1b86:/countries.plp diff --git a/countries.plp b/countries.plp index 7297547..dfe9a48 100644 --- a/countries.plp +++ b/countries.plp @@ -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 ''; + printf '
'; print ''; for my $section (qw{thead}) { print "<$section>
↳";