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 @@ -695,7 +695,7 @@ func getRepoIDs(reposQuery string) []int64 {
695695 return []int64 {}
696696 }
697697 if ! issueReposQueryPattern .MatchString (reposQuery ) {
698- log .Warn ("issueReposQueryPattern does not match query" )
698+ log .Warn ("issueReposQueryPattern does not match query: %q" , reposQuery )
699699 return []int64 {}
700700 }
701701
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 <input name="q" value="{{$.Keyword}}" placeholder="{{.locale.Tr "explore.search"}}...">
You can’t perform that action at this time.
0 commit comments