increase size of search field

This commit is contained in:
Frédéric Péters 2012-09-20 18:12:45 +02:00
parent d6254a6564
commit 60e9918e42
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ $(function() {
<form>
<input name="count" id="count" type="hidden"/>
<input name="offset" id="offset" type="hidden"/>
<input name="q"/>
<input name="q" size="40"/>
<input type="submit" value="Rechercher"/>
</form>