Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lasers
Whoogle Search
Commits
3958e607
Unverified
Commit
3958e607
authored
Feb 19, 2021
by
Ben Busby
Committed by
GitHub
Feb 19, 2021
Browse files
Merge branch 'develop' into develop
parents
04718099
c5fdf846
Changes
1
Show whitespace changes
Inline
Side-by-side
app/templates/index.html
View file @
3958e607
...
...
@@ -47,7 +47,7 @@
<form
id=
"search-form"
action=
"search"
method=
"{{ 'get' if config.get_only else 'post' }}"
>
<div
class=
"search-fields"
>
<div
class=
"autocomplete"
>
<input
type=
"text"
name=
"q"
id=
"search-bar"
autofocus=
"autofocus"
autocomplete=
"off"
>
<input
type=
"text"
name=
"q"
id=
"search-bar"
autofocus=
"autofocus"
autocapitalize=
"none"
autocomplete=
"off"
>
</div>
<input
type=
"submit"
id=
"search-submit"
value=
"Search"
>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment