aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-15 20:58:01 -0500
committerJesús <heckyel@hyperbola.info>2020-12-15 20:58:01 -0500
commitd66c8661cb85985f38b776000a2c7200d2550edf (patch)
treebf5648df47aa9b48314e6575073b572151989996 /youtube/templates
parentc31c9ca9724b9f658d674a2fed4fd0e4ce0c1d58 (diff)
downloadyt-local-d66c8661cb85985f38b776000a2c7200d2550edf.tar.lz
yt-local-d66c8661cb85985f38b776000a2c7200d2550edf.tar.xz
yt-local-d66c8661cb85985f38b776000a2c7200d2550edf.zip
Fix missing lang
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/base.html b/youtube/templates/base.html
index 69b364b..33e67a6 100644
--- a/youtube/templates/base.html
+++ b/youtube/templates/base.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>