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 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'youtube/templates/base.html') 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 }} -- cgit v1.2.3