aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/playlist.html
diff options
context:
space:
mode:
authorzrose584 <57181548+zrose584@users.noreply.github.com>2020-10-21 10:35:01 +0200
committerzrose584 <57181548+zrose584@users.noreply.github.com>2020-10-21 10:35:01 +0200
commita27b575380378f1b490dcabb8cc67f05adee5daa (patch)
treef62f99169397b3779a5a9c2db4dca9beb0a86b56 /youtube/templates/playlist.html
parentc696db3e84d91092182adbeb7eef6126fad6be5d (diff)
downloadyt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.tar.lz
yt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.tar.xz
yt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.zip
remove trailing whitespaces
Diffstat (limited to 'youtube/templates/playlist.html')
-rw-r--r--youtube/templates/playlist.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube/templates/playlist.html b/youtube/templates/playlist.html
index f34f140..af86c82 100644
--- a/youtube/templates/playlist.html
+++ b/youtube/templates/playlist.html
@@ -6,7 +6,7 @@
width: 800px;
margin:auto;
}
-
+
.playlist-metadata{
display:grid;
grid-template-columns: 0fr 1fr;
@@ -44,7 +44,7 @@
display: grid;
grid-auto-rows: 0fr;
grid-row-gap: 10px;
-
+
}
{% endblock style %}
@@ -61,7 +61,7 @@
<div class="playlist-description">{{ common_elements.text_runs(description) }}</div>
</div>
- <div id="results">
+ <div id="results">
{% for info in video_list %}
{{ common_elements.item(info) }}
{% endfor %}