From b0d99c42eae36927ee89c9dbc7ac5e88497d591f Mon Sep 17 00:00:00 2001 From: Jason Sperske Date: Sun, 18 Jul 2021 23:18:55 -0700 Subject: [PATCH] Adds missing & to last page of search results fixes issue/91 --- adventure/views/search.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %> - +