aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2023-10-25 11:40:00 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2023-10-25 14:24:19 +0200
commit62cfd195e4028fe1726b5d75e5a820d3ce68dc91 (patch)
tree9bbab6c454bd70372f58fc617fa56dd6311be021 /apps/files_sharing/templates
parented45e2600be608d8ba098ded0c14d0e012a0c7e4 (diff)
downloadnextcloud-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.php2
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; ?>