summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-29 19:34:23 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-29 19:34:23 +0200
commit21e484533c371d46d37e6e05fedaec70b13a40c3 (patch)
tree23d2481e37d3f245d807371d6dd881fa8b0010a5 /apps/files/templates
parentd3ae77590ac6c2f3f0738c40f8a8e00b1c261998 (diff)
downloadnextcloud-server-21e484533c371d46d37e6e05fedaec70b13a40c3.tar.gz
nextcloud-server-21e484533c371d46d37e6e05fedaec70b13a40c3.zip
Remove redundant alternative text
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/simplelist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php
index c787f9eb8df..fdf882fa3fe 100644
--- a/apps/files/templates/simplelist.php
+++ b/apps/files/templates/simplelist.php
@@ -29,7 +29,7 @@
<a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t( 'Modified' )); ?></span><span class="sort-indicator"></span></a>
<span class="selectedActions"><a href="" class="delete-selected">
<?php p($l->t('Delete'))?>
- <img class="svg" alt="<?php p($l->t('Delete'))?>"
+ <img class="svg" alt=""
src="<?php print_unescaped(OCP\image_path("core", "actions/delete.svg")); ?>" />
</a></span>
</th>