X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/dc6b482b5e7e1d3d35b5193fc820c5e1afc29a6e..f88a74c510e90c9c864d37bfaaf23fefa1a0fbdc:/countries.plp diff --git a/countries.plp b/countries.plp index 1ed8eef..e404ae5 100644 --- a/countries.plp +++ b/countries.plp @@ -17,7 +17,7 @@ Html({ my $cc = do 'data/countries.inc.pl'; { - printf ''; + printf '
'; print ''; for my $section (qw{thead}) { print "<$section>
↳"; @@ -46,7 +46,7 @@ my $cc = do 'data/countries.inc.pl'; } $cell = showflag($code) // join(' ', - map { showflag($_) || $_ } split / /, $ref + map { showflag($_) || $_ } split(/ /, $ref) ); } else { @@ -89,3 +89,26 @@ my $cc = do 'data/countries.inc.pl'; +<: exit unless exists $get{v}; :> + +