mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix unbalanced div
This commit is contained in:
parent
9bfb663848
commit
225907b507
1 changed files with 4 additions and 0 deletions
|
@ -40,4 +40,8 @@
|
|||
<a class="link" href="/watch?v=<%= video.id %>"><p><%= video.info["title"] %></p></a>
|
||||
<% end %>
|
||||
</div>
|
||||
</div> <a class="link" href="/watch?v=<%= video.id %>"><p><%= video.info["title"] %></p></a>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in a new issue