Skip to content

Commit

Permalink
Added alt text to search button image
Browse files Browse the repository at this point in the history
  • Loading branch information
timdavison committed Feb 27, 2019
1 parent 1e88641 commit df5534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/page.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
endswitch;
?>

<input type="image" class="campl-search-submit"
<input type="image" alt="Search" class="campl-search-submit"
src="<?php print $base_theme_path; ?>/images/interface/btn-search-header.png"/>
</form>
</div>
Expand Down

0 comments on commit df5534c

Please sign in to comment.