From 22b1fee44984273bcfdb3d212514228ca7c04415 Mon Sep 17 00:00:00 2001
From: Frank Lichtenheld
Date: Sun, 2 Sep 2007 14:07:48 +0200
Subject: [PATCH] html/search.tmpl: Fix typo in variable name
---
templates/html/search.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/html/search.tmpl b/templates/html/search.tmpl
index 9eafd1e..0bc23e6 100644
--- a/templates/html/search.tmpl
+++ b/templates/html/search.tmpl
@@ -65,7 +65,7 @@ Found [% results %] matching packages.
[% END %]
[% IF too_many_hits %]
-[% IF opts.search != "names" %]
+[% IF opts.searchon != "names" %]
Note that this only shows the best matches, sorted by relevance.
If the first few packages don't match what you searched for, try using more keywords or alternative
keywords.
--
2.39.2