Skip to content

Commit

Permalink
Item2146: fixed header parameter handling
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@5112 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Sep 23, 2009
1 parent 54df51f commit 5192a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Search.pm
Expand Up @@ -516,7 +516,7 @@ sub searchWeb {
split( /%REPEAT%/, $tmplTable );

unless ($noHeader) {
$params{header} |= $beforeText;
$params{header} = $beforeText unless defined $params{header};
}

#nosummary="on" nosearch="on" noheader="on" nototal="on"
Expand Down

0 comments on commit 5192a81

Please sign in to comment.