git-svn-id: http://xe-core.googlecode.com/svn/trunk@1376 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-09 04:59:34 +00:00
parent 99b2ff6f62
commit 0952eb2e45

View file

@ -111,7 +111,7 @@
<div class="layout_search">
<form action="./" method="get">
<input type="hidden" name="mid" value="{$layout_info->mid}" />
<input type="text" class="search_keyword" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
<input type="text" class="search_keyword" name="search_keyword" value="<!--@if(!$search_target)-->{htmlspecialchars($search_keyword)}<!--@end-->" />
<input type="submit" class="search_button" value="{$lang->cmd_search}" />
</form>
</div>