diff options
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 6 |
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 |