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/base.html | 12 ++++++------ youtube/templates/channel.html | 6 +++--- youtube/templates/embed.html | 10 +++++----- youtube/templates/home.html | 2 +- youtube/templates/licenses.html | 2 +- youtube/templates/local_playlist.html | 4 ++-- youtube/templates/playlist.html | 6 +++--- youtube/templates/search.html | 4 ++-- youtube/templates/settings.html | 2 +- youtube/templates/subscription_manager.html | 2 +- youtube/templates/subscriptions.html | 4 ++-- youtube/templates/watch.html | 6 +++--- 12 files changed, 30 insertions(+), 30 deletions(-) (limited to 'youtube/templates') diff --git a/youtube/templates/base.html b/youtube/templates/base.html index b68c250..393cc52 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html @@ -6,14 +6,14 @@ - - + + {{ page_title }} - - - - + + + + {% block style %} {{ style }} diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html index 294f1df..5a567c0 100644 --- a/youtube/templates/channel.html +++ b/youtube/templates/channel.html @@ -7,15 +7,15 @@ {% extends "base.html" %} {% import "common_elements.html" as common_elements %} {% block style %} - - + + {% endblock style %} {% block main %}
- {{ channel_name }} + {{ channel_name }}

{{ channel_name }}

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 @@ - - - + + + {{ title }} - + {% if settings.use_video_player == 2 %} - + {% endif %}