aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-07-26 15:34:00 +0200
committerVincent Petry <vincent@nextcloud.com>2022-07-26 15:34:00 +0200
commit32c61539e58f894dd7720b75bc07d8e46b8037b2 (patch)
treef4efb9882e6bb110da92e9acb13b45ff2394096b /apps/files_trashbin
parentb4353c46519ffc44c30eb258210911a044bbca41 (diff)
downloadnextcloud-server-32c61539e58f894dd7720b75bc07d8e46b8037b2.tar.gz
nextcloud-server-32c61539e58f894dd7720b75bc07d8e46b8037b2.zip
Removed id=modified in files app
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php
index c134d2c75c6..8637a3579b0 100644
--- a/apps/files_trashbin/templates/index.php
+++ b/apps/files_trashbin/templates/index.php
@@ -39,7 +39,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>