aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/index.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-22 12:05:32 +0100
committerChocobozzz <me@florianbigard.com>2020-12-22 12:05:32 +0100
commit1916c9663ac632227e60ebc93cec616b2dd6800d (patch)
tree606b753ed93aeec5d4232925c55642bd8d43c000 /client/src/index.html
parent2b6c55528d252be180a9b206b9de01c44e67b24f (diff)
downloadPeerTube-1916c9663ac632227e60ebc93cec616b2dd6800d.tar.gz
PeerTube-1916c9663ac632227e60ebc93cec616b2dd6800d.tar.zst
PeerTube-1916c9663ac632227e60ebc93cec616b2dd6800d.zip
Fix some accessibility issues
Diffstat (limited to 'client/src/index.html')
-rw-r--r--client/src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/index.html b/client/src/index.html
index 1136ecdaf..c81ef8c2e 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -65,7 +65,7 @@
65 } 65 }
66 </script> 66 </script>
67 67
68 <my-app> 68 <my-app role="main">
69 </my-app> 69 </my-app>
70 70
71 </body> 71 </body>