diff options
Diffstat (limited to 'templates/explore/code.tmpl')
-rw-r--r-- | templates/explore/code.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/code.tmpl b/templates/explore/code.tmpl index 6003486213..742ed59442 100644 --- a/templates/explore/code.tmpl +++ b/templates/explore/code.tmpl @@ -2,7 +2,7 @@ <div class="explore users"> {{template "explore/navbar" .}} <div class="ui container"> - <form class="ui form" style="max-width: 100%"> + <form class="ui form ignore-dirty" style="max-width: 100%"> <div class="ui fluid action input"> <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus> <input type="hidden" name="tab" value="{{$.TabName}}"> |