X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/49f032c3a1a5d2feb1215ff2f437ab3b82ca4beb..beabcbe2db77145e8aa7d1d90dd2f6cfa198a7a8:/countries.plp diff --git a/countries.plp b/countries.plp index 3979501..b310a2f 100644 --- a/countries.plp +++ b/countries.plp @@ -36,7 +36,7 @@ my $cc = do 'countries.inc.pl'; $ref ||= $code; local $_ = $ref; if (exists $get{show}) { - my $img = "flag/$ref.png"; + my $img = "data/flag/$ref.png"; $_ = sprintf '%s', $img, $ref if -e $img; } else {