File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4100,7 +4100,7 @@ sub print_search_form {
4100
4100
if ($use_pathinfo ) {
4101
4101
$action .= " /" .esc_url($project );
4102
4102
}
4103
- print $cgi -> startform (-method => " get" , -action => $action ) .
4103
+ print $cgi -> start_form (-method => " get" , -action => $action ) .
4104
4104
" <div class=\" search\" >\n " .
4105
4105
(!$use_pathinfo &&
4106
4106
$cgi -> input({-name => " p" , -value => $project , -type => " hidden" }) . " \n " ) .
@@ -5510,7 +5510,7 @@ sub git_project_search_form {
5510
5510
}
5511
5511
5512
5512
print " <div class=\" projsearch\" >\n " ;
5513
- print $cgi -> startform (-method => ' get' , -action => $my_uri ) .
5513
+ print $cgi -> start_form (-method => ' get' , -action => $my_uri ) .
5514
5514
$cgi -> hidden(-name => ' a' , -value => ' project_list' ) . " \n " ;
5515
5515
print $cgi -> hidden(-name => ' pf' , -value => $project_filter ). " \n "
5516
5516
if (defined $project_filter );
You can’t perform that action at this time.
0 commit comments