Skip to content

Commit

Permalink
Bug 371675 - Cannot tab to Add Favorites button
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Li committed Feb 15, 2012
1 parent 866450d commit df56a33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ define(['require'],
'<div id="relatedLinks" class="layoutRight pageNav"></div>' +
'<div id="extras" class="layoutRight pageNav">' +
'<div id="globalActions" class="pageNav"></div>' +
'<span id="pageFavorite" tabindex: "0" role: "button" class="imageSprite core-sprite-favorite_sml"></span>' +
'<span id="pageFavorite" tabindex="0" role="button" aria-label="Add this page to the favorites list" class="imageSprite core-sprite-favorite_sml"></span>' +
'</div>' +
'<div id="dimension" class="layoutBlock dimension"></div>' +
'<div id="location" class="layoutBlock currentLocation"></div>' +
Expand Down

0 comments on commit df56a33

Please sign in to comment.