We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42eb30 commit e6f390aCopy full SHA for e6f390a
src/search.php
@@ -2,7 +2,7 @@
2
<div class="search">
3
<div class="search-box">
4
<span class="search-icon" style="background: url(<?php echo THEME_URL ?>/images/search_icon.png) 0px 0px; opacity: 1;"></span>
5
- <input type="text" id="txt" class="search-input" autocomplete="off" placeholder="请输入关键字,按回车 / Enter 搜索">
+ <input type="text" id="txt" class="search-input" autocomplete="off" placeholder="输入关键字,按下回车搜索">
6
<button class="search-btn" id="search-btn"><i class="fa fa-search"></i></button>
7
</div>
8
<!-- 搜索索引 -->
0 commit comments