Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-14 13:51:13 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-14 13:51:13 +0300
commit3d5b1df5492225f620248720a3e79329178928ee (patch)
treeff18ea77ed3477ecbeca4310e60e7fcf89b14a53 /apps/files
parentd8f0afaf9f0e8f373895a1b280e7a525d1f63160 (diff)
parentda8573840af4b56720d73909d9611315631c83fc (diff)
Merge pull request #19633 from owncloud/sidebar-alt-favorite
Move alt text for favorite action to image
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/js/mainfileinfodetailview.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/js/mainfileinfodetailview.js b/apps/files/js/mainfileinfodetailview.js
index b50e92dea8c..4eaff7adc8f 100644
--- a/apps/files/js/mainfileinfodetailview.js
+++ b/apps/files/js/mainfileinfodetailview.js
@@ -15,9 +15,8 @@
'<div class="fileName"><h3 title="{{name}}" class="ellipsis">{{name}}</h3></div>' +
' <div class="file-details ellipsis">' +
' <a href="#" ' +
- ' alt="{{starAltText}}"' +
' class="action action-favorite favorite">' +
- ' <img class="svg" src="{{starIcon}}" />' +
+ ' <img class="svg" alt="{{starAltText}}" src="{{starIcon}}" />' +
' </a>' +
' {{#if hasSize}}<span class="size" title="{{altSize}}">{{size}}</span>, {{/if}}<span class="date" title="{{altDate}}">{{date}}</span>' +
' </div>' +