From fd86d8529dc854454c7ed14958606a13b8625ada Mon Sep 17 00:00:00 2001
From: Frank Lichtenheld
Date: Tue, 28 Nov 2006 02:22:11 +0000
Subject: [PATCH] Some misc fixes
---
templates/html/search.tmpl | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/templates/html/search.tmpl b/templates/html/search.tmpl
index 6425cbf..74171b2 100644
--- a/templates/html/search.tmpl
+++ b/templates/html/search.tmpl
@@ -8,8 +8,7 @@
suite => params.values.suite.no_replace.join(','),
architectures => params.values.arch.no_replace.join(','),
sections => params.values.section.no_replace.join(','),
- };
-
+ }
navigation = [ { name => 'Package Search Results' } ]
-%]
@@ -100,7 +99,7 @@ Please consider using a longer keyword or more keywords.
[% FOREACH origins %]
[% origin = (archive == main_archive) ? suite : "$suite/$archive";
js_id = string2id("$pkg$suite$archive") %]
- [% origin %] ([% subsection %]): [% version %]
+ [% origin %] ([% subsection %]): [% version %]
[%- IF section %] [[% section %]][% END %]
[%- IF real_archive %] [[% real_archive %]][% END %]
Binary packages: [% FOREACH binary IN binaries %][% binary %][% ', ' UNLESS loop.last %][% END %]
@@ -115,7 +114,7 @@ Please consider using a longer keyword or more keywords.
[% END %]
[% IF skipped %]
- [% skipped %] results have not been displayed because you requested only exact matches.
+
[% skipped %] results have not been displayed because you requested only exact matches.
[% END %]
--
2.39.2