diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-29 19:34:23 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-29 19:34:23 +0200 |
commit | 21e484533c371d46d37e6e05fedaec70b13a40c3 (patch) | |
tree | 23d2481e37d3f245d807371d6dd881fa8b0010a5 /apps/files/templates | |
parent | d3ae77590ac6c2f3f0738c40f8a8e00b1c261998 (diff) | |
download | nextcloud-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.php | 2 |
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> |