From 0da0d1ac9358963bbaeae0bb7db8bf5e9e150894 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Fri, 10 Feb 2006 05:05:50 +0000 Subject: [PATCH] Print out headers --- cgi-bin/show_filelist.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cgi-bin/show_filelist.pl b/cgi-bin/show_filelist.pl index fd75a04..1dab20e 100755 --- a/cgi-bin/show_filelist.pl +++ b/cgi-bin/show_filelist.pl @@ -80,7 +80,8 @@ if ($params{errors}{arch}) { $arch = ''; } -my $st0 = new Benchmark; +print $input->header( -charset => 'utf-8' ); + print Packages::HTML::header( title => "Filelist of package $pkg in $suite of arch $arch", lang => 'en', #desc => $short_desc, -- 2.39.2