]> git.deb.at Git - deb/packages.git/blobdiff - cgi-bin/show_package.pl
Always set $opts{searchon_form}
[deb/packages.git] / cgi-bin / show_package.pl
index f51110dea9789d6f1a181e443607f09aa1a229ef..5eaa73f0da6b6f58f97599b94fcc4734b7b2469d 100755 (executable)
@@ -117,7 +117,7 @@ if ($params{errors}{suite}) {
 $opts{h_suites} =   { $suite => 1 };
 $opts{h_archs} =    { map { $_ => 1 } @archs };
 $opts{h_sections} = { map { $_ => 1 } @sections };
-$opts{h_archives} = { map { $_ => 1 } @archives };;
+$opts{h_archives} = { map { $_ => 1 } @archives };
 
 my $DL_URL = "$pkg/download";
 my $FILELIST_URL = "$pkg/files";