diff --git a/html/discover.ejs b/html/discover.ejs index 6a97b135..ada5c711 100644 --- a/html/discover.ejs +++ b/html/discover.ejs @@ -1115,7 +1115,7 @@ margin-left: auto; <% inv.forEach(x => { %> - <%- turntomins(x.lengthSeconds) %> + <%- turntomins(x.lengthSeconds) %> <%- x.title %> By <%- x.author %> @@ -1128,7 +1128,7 @@ margin-left: auto; <% p.forEach(x => { %> - <%- turntomins(x.lengthSeconds) %> + <%- turntomins(x.lengthSeconds) %> <%- x.title %> By <%- x.author %>