I'd like to fix an error in WAVE tool on my site: http://human2.com.pl/ and the error is :
the code which contains an error:
<form action="<?php echo esc_url( home_url( '/' ) ); ?>" class="search-form searchform clearfix" method="get">
<div class="search-wrap">
<input type="text" placeholder="<?php esc_attr_e( 'Szukaj', 'colormag' ); ?>" class="s field" name="s">
<button class="search-icon" type="submit"> Klik</button>
</div>
</form><!-- .searchform -->
Can anyone could help me to fix it ? Thanks