September 8, 2013 at 9:59 am
#3851
Guenni007
Participant
one quick and dirty solution to get rid of that searchform error is to give no label to the assistive-text.
so remove the line:
<label class=”assistive-text” for=”s”><?php _e( ‘Search’, ‘cleanretina’ ); ?></label>
Search will work without it and html Validation is than correct.