transparency fixing

This commit is contained in:
localhost 2025-12-05 20:32:30 +01:00
parent 5ed786786a
commit 186a398f12
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<div class="reports"> <div class="reports">
<span class="reports-title">Somebody has complained about this video...</span> <br/> <span class="reports-title">Somebody has complained about this video...</span> <br/>
<% it.transparency.forEach(function(t){ %> <% it.transparency.forEach(function(t){ %>
<a href="<%= t.details %>"><%= t.title %></a> <a href="/transparency/<%= t.target %>"><%= t.title %></a>
<% }) %> <% }) %>
</div> </div>
<% } %> <% } %>