Skip to content

Commit

Permalink
add alt text for file actions, but leave empty since text is directly…
Browse files Browse the repository at this point in the history
… next to it
  • Loading branch information
jancborchardt committed Nov 6, 2014
1 parent 45c6ec8 commit af743ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/js/fileactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
}
var html = '<a href="#" class="action action-' + name.toLowerCase() + '" data-action="' + name + '">';
if (img) {
html += '<img class ="svg" src="' + img + '" />';
html += '<img class ="svg" alt="" src="' + img + '" />';
}
html += '<span> ' + actionText + '</span></a>';

Expand Down

0 comments on commit af743ef

Please sign in to comment.