From c7db7fca37d252543318b42e4ebf3d1648069c1f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 27 Oct 2014 12:29:18 -0700 Subject: [PATCH] fix the hidden parameters not being included in the pkgindex template --- templates/en_US/cgi/pkgindex.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/en_US/cgi/pkgindex.tmpl b/templates/en_US/cgi/pkgindex.tmpl index 3974f22..c645a60 100644 --- a/templates/en_US/cgi/pkgindex.tmpl +++ b/templates/en_US/cgi/pkgindex.tmpl @@ -4,12 +4,12 @@

{html_escape($config{project})} {html_escape($config{bug})} report logs by {html_escape($tag)}

{$note}
- - - - - - + + + + + + { my $output = ''; if (defined $param{first}) { $output .= qq(\n); -- 2.39.2