File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ func getRepoIDs(reposQuery string) []int64 {
746746 return []int64 {}
747747 }
748748 if ! issueReposQueryPattern .MatchString (reposQuery ) {
749- log .Warn ("issueReposQueryPattern does not match query" )
749+ log .Warn ("issueReposQueryPattern does not match query: %q" , reposQuery )
750750 return []int64 {}
751751 }
752752
Original file line number Diff line number Diff line change 7474 <form class="list-header-search ui form ignore-dirty">
7575 <div class="ui small search fluid action input">
7676 <input type="hidden" name="type" value="{{$.ViewType}}">
77- <input type="hidden" name="repos" value="[{{range $.RepoIDs}}{{.}}%2C {{end}}]">
77+ <input type="hidden" name="repos" value="[{{range $.RepoIDs}}{{.}}, {{end}}]">
7878 <input type="hidden" name="sort" value="{{$.SortType}}">
7979 <input type="hidden" name="state" value="{{$.State}}">
8080 {{template "shared/searchinput" dict "locale" .locale "Value" $.Keyword}}
You can’t perform that action at this time.
0 commit comments