我想在我的网站上修复 WAVE 工具中的错误:http : //human2.com.pl/,错误是:
包含错误的代码:
<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 -->
Run Code Online (Sandbox Code Playgroud)
任何人都可以帮我修复它吗?谢谢
wave ×1