diff options
Diffstat (limited to 'cgi-bin/lxr')
-rwxr-xr-x | cgi-bin/lxr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cgi-bin/lxr b/cgi-bin/lxr index f71d061..28d6635 100755 --- a/cgi-bin/lxr +++ b/cgi-bin/lxr @@ -357,6 +357,8 @@ sub search { } my $html = ''; $template_args{'tree'} = $context->tree; + $template_args{'search_type'} = $type if + $type =~ /^(search|file|text|code|ident|ambig)$/; $template->process('search_result.tt2', \%template_args, \$html) |