om4r932 commited on
Commit
1ed4dd8
·
1 Parent(s): 4348b5f

Mini-update: change placeholder

Browse files
Files changed (1) hide show
  1. 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 space">
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">