browser: exempt legend table from title highlighting
[sheet.git] / countries.plp
index 09948dd498394219db76fbcdb99f08a0d078d3eb..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 {
@@ -64,7 +64,7 @@ my $cc = do 'countries.inc.pl';
        <td class="X c-sa">south america
        <td class="X c-na">north america
        <td class="X Xr">reserved
-       <td class="X Xi">unused
+       <td class="X Xi">org
        <td class="">free
        <td class="X Co">user-assigned
        </table>