Commit b22939a
gitweb: Fix passing parameters to git_project_search_form
The git_project_search_form() subroutine, introduced in a1e1b2d
(gitweb: improve usability of projects search form, 2012-01-31) didn't
get its arguments from caller correctly. Gitweb worked correctly
thanks to sticky-ness of form fields in CGI.pm... but it make UTF-8
fix for project search not working.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 222433e commit b22939a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5174 | 5174 | | |
5175 | 5175 | | |
5176 | 5176 | | |
5177 | | - | |
| 5177 | + | |
5178 | 5178 | | |
5179 | 5179 | | |
5180 | 5180 | | |
| |||
0 commit comments