mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 00:38:10 +01:00
Update html/playlist.ejs
This commit is contained in:
parent
2658ca8fdf
commit
463cad66e6
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ font-family:Ubuntu
|
|||
<%- x.title %>
|
||||
</a>
|
||||
<div>
|
||||
<a href="/channel?id=<%- x.authorId %>" style="border-radius:0em"><%- x.author %></a>
|
||||
<a href="/channel?id=<%- x.authorId %>" style="border-radius:0em"><%- x.author %></a><br>
|
||||
<a href="/download?id=<%- x.videoId %>" style="border-radius:0em"> Download </a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue