From: Frank Lichtenheld Date: Mon, 20 Feb 2006 14:52:16 +0000 (+0000) Subject: Fix usage of wrong hash introduced by last commits X-Git-Tag: switch-to-templates~105 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=9d7777e1e9c45f154e9dac6098d233b24ff99ade;p=deb%2Fpackages.git Fix usage of wrong hash introduced by last commits --- diff --git a/lib/Packages/HTML.pm b/lib/Packages/HTML.pm index 1a68b5f..84bc989 100644 --- a/lib/Packages/HTML.pm +++ b/lib/Packages/HTML.pm @@ -372,9 +372,9 @@ sub header { all => "", sourcenames => "", contents => ""); - $checked_searchon{$params{searchon}} = "checked=\"checked\""; + $checked_searchon{$values{searchon}} = "checked=\"checked\""; $checked_searchon{names} = "checked=\"checked\"" - if $params{searchon} eq 'default'; + if $values{searchon} eq 'default'; $search_in_header = <