aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/watch.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/watch.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/watch.html')
-rw-r--r--youtube/templates/watch.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index dc0b6ce..63981b1 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -3,11 +3,11 @@
{% import "common_elements.html" as common_elements %}
{% import "comments.html" as comments with context %}
{% block style %}
- <link href="/youtube.com/static/message_box.css" rel="stylesheet"/>
- <link href="/youtube.com/static/watch.css" rel="stylesheet"/>
+ <link href="/youtube.com/static/message_box.css" rel="stylesheet">
+ <link href="/youtube.com/static/watch.css" rel="stylesheet">
{% 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 -->
<style>
/* Prevent this div from blocking right-click menu for video