mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
search box id
This commit is contained in:
@@ -56,7 +56,8 @@
|
||||
<div class="container">
|
||||
<form action="/search/" method="get">
|
||||
<div class="input-group">
|
||||
<input type="search" class="form-control input-lg" placeholder="Search the help center..." name="q">
|
||||
<input type="search" class="form-control input-lg" placeholder="Search the help center..."
|
||||
id="search-box" name="q">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-lg btn-default" type="submit">Search</button>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user