From 45601aa578955575b91fb3eb32cbabe8e752640a Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Thu, 16 Feb 2023 23:15:07 -0500 Subject: [PATCH] Typo --- js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/search.js b/js/search.js index e7bbd86d2..cd3f58bf2 100644 --- a/js/search.js +++ b/js/search.js @@ -64,7 +64,7 @@ const display_search_results = function(searchable_catalog) { if(entry.attributes) entry.attributes.forEach(function(attr) { elemInnerHtml += '' - + attr + ''; + + attr + ''; }); elemInnerHtml += "
" + entry.description + "
" + '\n'; tr.innerHTML = elemInnerHtml;