From a19da4050c1bdabb60c5c248a8da2bf7ff869f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 5 Oct 2022 10:29:23 +0800 Subject: Fix self closing tag w3c issues --- youtube/templates/watch.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'youtube/templates/watch.html') 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 %} - - + + {% if settings.use_video_player == 2 %} - +