same code available in inc.search.php , and i have changed that code and now its working
I have changed -
<img src="<?php echo osc_current_web_theme_url();?>images/small_cat/<?php echo osc_category_id();?>.png"/>
to
<img src="<?php echo osc_current_web_theme_url();?>images/small_cat/<?php echo osc_category_id();?>.png" alt="<?php echo osc_esc_html(osc_category_name()); ?>"/>
thanks for Reply ..