Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Wedge/wedge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nao committed Sep 29, 2014
2 parents 95d35e4 + e36c7d1 commit 3022c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/html/Search.template.php
Expand Up @@ -205,7 +205,7 @@ function template_search_ajax()
<div id="advanced_search">
<dl>
<dt>', $txt['by_user'], ':</dt>
<dd><input id="userspec" name="userspec" value="', empty($context['search_params']['userspec']) ? '*' : $context['search_params']['userspec'], '" size="30"></dd>
<dd><input id="userspec" name="userspec" value="', empty($context['search_params']['userspec']) ? '*' : $context['search_params']['userspec'], '" size="20"></dd>
<dt>', $txt['search_order'], ':</dt>
<dd>
<select id="sort" name="sort">
Expand Down

0 comments on commit 3022c8a

Please sign in to comment.