diff --git a/adventure/views/search.ejs b/adventure/views/search.ejs index 7137960..c11622b 100644 --- a/adventure/views/search.ejs +++ b/adventure/views/search.ejs @@ -21,7 +21,7 @@
-
+
 
@@ -110,14 +110,14 @@ <% }) %> <% } %> <%# Keep items unique by using Set %> - + <% new Set(releasesCollection[i.PUID].map(function(x) { return x.Platform.split(","); }).reduce((acc, val) => acc.concat(val), [])).forEach(function(p,n,a) { %> <%= p %> <% }) %>
<%- i.Notes %> - +