diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-07-26 15:34:19 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-07-26 14:00:12 +0000 |
commit | b896cd7f01f6fc6ddcaba2685d9f5fce4e7163f8 (patch) | |
tree | fa6f70b348bd5063e61623afd3c3e002dfea55ae /apps/files_trashbin | |
parent | 32c61539e58f894dd7720b75bc07d8e46b8037b2 (diff) | |
download | nextcloud-server-b896cd7f01f6fc6ddcaba2685d9f5fce4e7163f8.tar.gz nextcloud-server-b896cd7f01f6fc6ddcaba2685d9f5fce4e7163f8.zip |
Add missing closing spans and avoid empty href
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index 8637a3579b0..f25dd6a47c4 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -31,7 +31,7 @@ <div class="column-name-container"> <a class="name sort columntitle" data-sort="name"><span><?php p($l->t('Name')); ?></span><span class="sort-indicator"></span></a> <span class='selectedActions'> - <a href="" class="actions-selected"> + <a href="#" class="actions-selected"> <span class="icon icon-more"></span> <span><?php p($l->t('Actions'))?></span> </a> |