mirror of
https://github.com/bitwarden/help
synced 2025-12-12 14:23:15 +00:00
search box id
This commit is contained in:
@@ -56,7 +56,8 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<form action="/search/" method="get">
|
<form action="/search/" method="get">
|
||||||
<div class="input-group">
|
<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">
|
<span class="input-group-btn">
|
||||||
<button class="btn btn-lg btn-default" type="submit">Search</button>
|
<button class="btn btn-lg btn-default" type="submit">Search</button>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user