use html5 input types

we would use type='url' for source but non-urls can be used as source too
This commit is contained in:
Daku
2015-01-06 13:04:39 +00:00
committed by Shish
parent 7166259cc5
commit 8c2d8df81d
17 changed files with 24 additions and 24 deletions

View File

@ -38,7 +38,7 @@ EOD
$search_html = "
<div class='space' id='search'>
<form action='".make_link("post/list")."' method='GET'>
<input name='search' size='30' type='text' value='' class='autocomplete_tags' autofocus='autofocus' autocomplete='off' />
<input name='search' size='30' type='search' value='' class='autocomplete_tags' autofocus='autofocus' autocomplete='off' />
<input type='hidden' name='q' value='/post/list'>
<input type='submit' value='Search'/>
</form>