From b85c1940edb39902064f932fc60630df303b461b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 22 Sep 2022 04:46:44 +0200 Subject: [PATCH] [pcm] cosmetic change --- files/templates/live.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/files/templates/live.html b/files/templates/live.html index 8baacd9a91..8af3e58011 100644 --- a/files/templates/live.html +++ b/files/templates/live.html @@ -16,10 +16,12 @@ {% for link, thumb, name, title, viewers in live %} - {{name}} thumbnail - {{name}} - {{title}} - {{viewers}} + + {{name}} thumbnail + {{name}} + {{title}} + {{viewers}} + {% endfor %}