[pcm] cosmetic change

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-22 04:46:44 +02:00
parent 553218aaa5
commit b85c1940ed
1 changed files with 6 additions and 4 deletions

View File

@ -16,10 +16,12 @@
<tbody>
{% for link, thumb, name, title, viewers in live %}
<tr onclick="window.open('{{link}}', '_blank')">
<td width="48"><img src="{{thumb}}" alt="{{name}} thumbnail" referrerpolicy="no-referrer" width="48"></td>
<td>{{name}}</td>
<td>{{title}}</td>
<td>{{viewers}}</td>
<a href="{{link}}">
<td width="48"><img src="{{thumb}}" alt="{{name}} thumbnail" referrerpolicy="no-referrer" width="48"></td>
<td>{{name}}</td>
<td>{{title}}</td>
<td>{{viewers}}</td>
</a>
</tr>
{% endfor %}
</tbody>