changing input type=search back to text until https://bugs.webkit.org/show_bug.cgi?id=33637 is resolved
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<form role="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>">
|
||||
<label class="visuallyhidden" for="s"><?php _e('Search for:', 'roots'); ?></label>
|
||||
<input type="search" value="" name="s" id="s" placeholder="<?php _e('Search', 'roots'); ?> <?php bloginfo('name'); ?>">
|
||||
<input type="text" value="" name="s" id="s" placeholder="<?php _e('Search', 'roots'); ?> <?php bloginfo('name'); ?>">
|
||||
<input type="submit" id="searchsubmit" value="<?php _e('Search', 'roots'); ?>" class="button">
|
||||
</form>
|
||||
Reference in New Issue
Block a user