]> git.deb.at Git - deb/packages.git/commitdiff
Show full path (with initial slash)
authorJeroen van Wolffelaar <jeroen@wolffelaar.nl>
Wed, 22 Feb 2006 01:51:53 +0000 (01:51 +0000)
committerJeroen van Wolffelaar <jeroen@wolffelaar.nl>
Wed, 22 Feb 2006 01:51:53 +0000 (01:51 +0000)
lib/Packages/DoSearchContents.pm

index a11c11b84f16421aaf34d06d8718462c713615c5..cbca011230b39c8e18763d1989d3032f3d4da904 100644 (file)
@@ -145,7 +145,7 @@ sub do_search_contents {
            .'</th></tr>';
        foreach my $result (sort { $a->[0] cmp $b->[0] } @results) {
            my $file = shift @$result;
-           $$page_content .= "<tr><td class=\"file\">$file</td><td>";
+           $$page_content .= "<tr><td class=\"file\">/$file</td><td>";
            my %pkgs;
            foreach (@$result) {
                my ($pkg, $arch) = split /:/, $_;