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;