]> git.deb.at Git - deb/packages.git/commitdiff
html/search.tmpl: Fix typo in variable name
authorFrank Lichtenheld <Frank Lichtenheld frank@lichtenheld.de>
Sun, 2 Sep 2007 12:07:48 +0000 (14:07 +0200)
committerFrank Lichtenheld <Frank Lichtenheld frank@lichtenheld.de>
Sun, 2 Sep 2007 12:07:48 +0000 (14:07 +0200)
templates/html/search.tmpl

index 9eafd1ee313428e0bf9a35575e982c3a0096b7f2..0bc23e6e4dd71144d7a5bf4cbd47c0b1b4990c07 100644 (file)
@@ -65,7 +65,7 @@ Found <strong>[% results %]</strong> matching packages.</p>
 [% END %]
 
 [% IF too_many_hits %]
-[% IF opts.search != "names" %]
+[% IF opts.searchon != "names" %]
 <p id="psearchtoomanyhits">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.</p>