Mini-update: change placeholder
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -56,7 +56,7 @@
|
|
56 |
<option value="quick">Quick Search (only title & scope)</option>
|
57 |
<option value="deep">Deep Search</option>
|
58 |
</select>
|
59 |
-
<input type="text" id="keywords" placeholder="Enter your keywords separated by
|
60 |
<button id="keyword-search-btn" class="btn">Search</button>
|
61 |
</div>
|
62 |
<div class="filter-tab-container">
|
|
|
56 |
<option value="quick">Quick Search (only title & scope)</option>
|
57 |
<option value="deep">Deep Search</option>
|
58 |
</select>
|
59 |
+
<input type="text" id="keywords" placeholder="Enter your keywords separated by comma">
|
60 |
<button id="keyword-search-btn" class="btn">Search</button>
|
61 |
</div>
|
62 |
<div class="filter-tab-container">
|