From 32c61539e58f894dd7720b75bc07d8e46b8037b2 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 26 Jul 2022 15:34:00 +0200 Subject: [PATCH] Removed id=modified in files app Signed-off-by: Vincent Petry --- apps/files/templates/recentlist.php | 2 +- apps/files/templates/simplelist.php | 2 +- apps/files_trashbin/templates/index.php | 2 +- apps/systemtags/templates/list.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/files/templates/recentlist.php b/apps/files/templates/recentlist.php index 9e91b1c442c..dba2221daf2 100644 --- a/apps/files/templates/recentlist.php +++ b/apps/files/templates/recentlist.php @@ -25,7 +25,7 @@ data-sort="size">t('Size')); ?> - t('Modified')); ?> diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php index 45c6f812501..4947d44e49f 100644 --- a/apps/files/templates/simplelist.php +++ b/apps/files/templates/simplelist.php @@ -25,7 +25,7 @@ t('Size')); ?> - t('Modified')); ?> + t('Modified')); ?> - t('Deleted')); ?> + t('Deleted')); ?> diff --git a/apps/systemtags/templates/list.php b/apps/systemtags/templates/list.php index cea67413327..b6298ef2d23 100644 --- a/apps/systemtags/templates/list.php +++ b/apps/systemtags/templates/list.php @@ -25,7 +25,7 @@ t('Size')); ?> - t('Modified')); ?> + t('Modified')); ?> -- 2.39.5