countries: move flag images into data/, ignore
[sheet.git] / countries.plp
index 3979501664c9c03c050d6b7b37fd9ecf23ed0611..b310a2fd69f3c9b9fe9954f4580722ac9b77554b 100644 (file)
@@ -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 '<img src="/%s" alt="%s">', $img, $ref if -e $img;
                        }
                        else {