diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-07-26 22:34:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 22:34:27 +0200 |
commit | ac4e60e6f43125dc2adc2545ba426d74a62b9ed0 (patch) | |
tree | ea76e8c2b67716802b47d7c5726e64530271c972 /apps/files_trashbin/templates/index.php | |
parent | 5671abd168b58348859acf068c25313992dfaa0b (diff) | |
parent | b896cd7f01f6fc6ddcaba2685d9f5fce4e7163f8 (diff) | |
download | nextcloud-server-ac4e60e6f43125dc2adc2545ba426d74a62b9ed0.tar.gz nextcloud-server-ac4e60e6f43125dc2adc2545ba426d74a62b9ed0.zip |
Merge pull request #33361 from nextcloud/techdebt/noid/further-cleanup
Further markup cleanup
Diffstat (limited to 'apps/files_trashbin/templates/index.php')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index cfeded586f7..441768288fe 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -30,7 +30,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> @@ -38,7 +38,7 @@ </div> </th> <th class="hidden column-mtime"> - <a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t('Deleted')); ?></span><span class="sort-indicator"></span></a> + <a class="columntitle" data-sort="mtime"><span><?php p($l->t('Deleted')); ?></span><span class="sort-indicator"></span></a> </th> </tr> </thead> |