diff options
Diffstat (limited to 'templates/explore/repo_search.tmpl')
-rw-r--r-- | templates/explore/repo_search.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/repo_search.tmpl b/templates/explore/repo_search.tmpl index 71c088ef24..eaf2e7a090 100644 --- a/templates/explore/repo_search.tmpl +++ b/templates/explore/repo_search.tmpl @@ -3,7 +3,7 @@ <input type="hidden" name="sort" value="{{$.SortType}}"> <input type="hidden" name="language" value="{{$.Language}}"> <div class="ui fluid action input"> - {{template "shared/searchinput" dict "Value" .Keyword "AutoFocus" (not .ProfileReadme)}} + {{template "shared/searchinput" dict "Value" .Keyword}} {{if .PageIsExploreRepositories}} <input type="hidden" name="only_show_relevant" value="{{.OnlyShowRelevant}}"> {{else if .TabName}} |