Update index.html

This commit is contained in:
sejin7940 2016-11-09 21:23:42 +09:00 committed by Kijin Sung
parent 022d988f61
commit 7bb64747d4

View file

@ -97,7 +97,7 @@
<option value="mid" selected="selected"|cond="$search_target=='mid'">{$lang->mid}</option>
<option value="browser_title" selected="selected"|cond="$search_target=='browser_title'">{$lang->browser_title}</option>
</select>
<input type="search" required name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
<button class="x_btn x_btn-inverse" type="submit">{$lang->cmd_search}</button>
<a class="x_btn" href="{getUrl('', 'module', $module, 'act', $act)}">{$lang->cmd_cancel}</a>
</form>