]> git.deb.at Git - deb/packages.git/commitdiff
Fix a link w.r.t. $ROOT
authorJeroen van Wolffelaar <jeroen@wolffelaar.nl>
Fri, 10 Feb 2006 22:17:27 +0000 (22:17 +0000)
committerJeroen van Wolffelaar <jeroen@wolffelaar.nl>
Fri, 10 Feb 2006 22:17:27 +0000 (22:17 +0000)
lib/Packages/HTML.pm

index 1663b8f71ef90a1c119a6ac5ddf4274c1875901e..e904900062d6a7bb36ea6dd0f6ed78a62bed319f 100644 (file)
@@ -129,7 +129,7 @@ sub pmoreinfo {
            $opts->{suite} :
            "$opts->{suite}/$opts->{archive}[0]";
        $str .= gettext( "Source Package:" );
-       $str .= " <a href=\"/$path/source/$source\">$source</a>, ".
+       $str .= " <a href=\"$ROOT/$path/source/$source\">$source</a>, ".
            gettext( "Download" ).":\n";
 
        unless (defined($files) and @$files) {