aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/search.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/issue/search.tmpl')
-rw-r--r--templates/repo/issue/search.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/search.tmpl b/templates/repo/issue/search.tmpl
index c51d4c906c..f7ca49e663 100644
--- a/templates/repo/issue/search.tmpl
+++ b/templates/repo/issue/search.tmpl
@@ -5,7 +5,7 @@
<input type="hidden" name="labels" value="{{.SelectLabels}}"/>
<input type="hidden" name="milestone" value="{{$.MilestoneID}}"/>
<input type="hidden" name="assignee" value="{{$.AssigneeID}}"/>
- <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
+ <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}...">
<button class="ui blue button" type="submit">{{.i18n.Tr "explore.search"}}</button>
</div>
</form>