Skip to content

Commit 35e5bf6

Browse files
committed
remove non-existing Keyword
1 parent ceede0f commit 35e5bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/home.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
so do not show it when viewing file or directory to avoid misleading users (it doesn't search in a directory) */}}
9696
<form class="ignore-dirty" action="{{.RepoLink}}/search" method="get">
9797
<div class="ui small action input">
98-
<input name="q" value="{{.Keyword}}" placeholder="{{ctx.Locale.Tr "search.code_kind"}}">
98+
<input name="q" placeholder="{{ctx.Locale.Tr "search.code_kind"}}">
9999
{{template "shared/search/button"}}
100100
</div>
101101
</form>

0 commit comments

Comments
 (0)