aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/embed.html
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-10-05 10:29:23 +0800
committerJesús <heckyel@hyperbola.info>2022-10-05 10:29:23 +0800
commita19da4050c1bdabb60c5c248a8da2bf7ff869f9f (patch)
treeda6ab5524a087a942aa1fc37ec07efc198e1d8cb /youtube/templates/embed.html
parentc524eb16e5fbe30dcd217fa8ba2ccd7acaaa2cf4 (diff)
downloadyt-local-a19da4050c1bdabb60c5c248a8da2bf7ff869f9f.tar.lz
yt-local-a19da4050c1bdabb60c5c248a8da2bf7ff869f9f.tar.xz
yt-local-a19da4050c1bdabb60c5c248a8da2bf7ff869f9f.zip
Fix self closing tag w3c issues
Diffstat (limited to 'youtube/templates/embed.html')
-rw-r--r--youtube/templates/embed.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/youtube/templates/embed.html b/youtube/templates/embed.html
index 8758683..85d2d78 100644
--- a/youtube/templates/embed.html
+++ b/youtube/templates/embed.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="UTF-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline'; media-src 'self' https://*.googlevideo.com; {{ "img-src 'self' https://*.googleusercontent.com https://*.ggpht.com https://*.ytimg.com;" if not settings.proxy_images else "" }}"/>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline'; media-src 'self' https://*.googlevideo.com; {{ "img-src 'self' https://*.googleusercontent.com https://*.ggpht.com https://*.ytimg.com;" if not settings.proxy_images else "" }}">
<title>{{ title }}</title>
- <link href="/youtube.com/static/favicon.ico" type="image/x-icon" rel="icon"/>
+ <link href="/youtube.com/static/favicon.ico" type="image/x-icon" rel="icon">
{% if settings.use_video_player == 2 %}
<!-- plyr -->
- <link href="/youtube.com/static/modules/plyr/plyr.css" rel="stylesheet"/>
+ <link href="/youtube.com/static/modules/plyr/plyr.css" rel="stylesheet">
<!--/ plyr -->
{% endif %}
<style>