diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-10-25 11:40:00 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-25 14:24:19 +0200 |
commit | 62cfd195e4028fe1726b5d75e5a820d3ce68dc91 (patch) | |
tree | 9bbab6c454bd70372f58fc617fa56dd6311be021 /apps/files_sharing/templates | |
parent | ed45e2600be608d8ba098ded0c14d0e012a0c7e4 (diff) | |
download | nextcloud-server-62cfd195e4028fe1726b5d75e5a820d3ce68dc91.tar.gz nextcloud-server-62cfd195e4028fe1726b5d75e5a820d3ce68dc91.zip |
Remove unneeded `tabindex="0"` from sidebar and app content
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 9c1b3dbbab2..fa4d34dd6f1 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -2,7 +2,7 @@ /** @var \OCP\IL10N $l */ /** @var array $_ */ ?> -<div id="app-content" tabindex="0"> +<div id="app-content"> <?php if ($_['previewSupported']): /* This enables preview images for links (e.g. on Facebook, Google+, ...)*/?> <link rel="image_src" href="<?php p($_['previewImage']); ?>" /> <?php endif; ?> |