Skip to content

Commit

Permalink
Add tabindex to div#help for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrgay committed May 8, 2018
1 parent 9629591 commit 9fb5025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/helpmessage.tmpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

?>

<div id="help" class="divClass">
<div id="help" class="divClass" tabindex="0">
<div class="deleteDiv">
<a href="#" onclick="return false;" id="revisit" tabindex="-1">
<img src="<?php echo $this->img; ?>previous.png" alt="<?php echo _AT('helpme_revisit'); ?>" title="<?php echo _AT('helpme_revisit'); ?>" role="link" tabindex="0"/>
Expand Down

0 comments on commit 9fb5025

Please sign in to comment.