Fix self closing tag w3c issues

This commit is contained in:
Jesús
2022-10-05 10:29:23 +08:00
parent c524eb16e5
commit a19da4050c
12 changed files with 30 additions and 30 deletions

View File

@@ -2,15 +2,15 @@
{% extends "base.html" %}
{% import "common_elements.html" as common_elements %}
{% block style %}
<link href="/youtube.com/static/message_box.css" rel="stylesheet"/>
<link href="/youtube.com/static/playlist.css" rel="stylesheet"/>
<link href="/youtube.com/static/message_box.css" rel="stylesheet">
<link href="/youtube.com/static/playlist.css" rel="stylesheet">
{% endblock style %}
{% block main %}
<div class="playlist-metadata">
<div class="author">
<img alt="{{ title }}" src="{{ thumbnail }}"/>
<img alt="{{ title }}" src="{{ thumbnail }}">
<h2>{{ title }}</h2>
</div>
<div class="summary">