mirror of
https://github.com/quatalog/site.git
synced 2024-11-16 03:43:40 +00:00
Typo
This commit is contained in:
parent
d33d44c5eb
commit
45601aa578
|
@ -64,7 +64,7 @@ const display_search_results = function(searchable_catalog) {
|
|||
if(entry.attributes)
|
||||
entry.attributes.forEach(function(attr) {
|
||||
elemInnerHtml += '<span class="pill ' + attr + '-pill">'
|
||||
+ attr + '<svg><use href="../icons.svg#' + attr_to_icon[attr] + '"></use></svg></span>';
|
||||
+ attr + '<svg><use href="./icons.svg#' + attr_to_icon[attr] + '"></use></svg></span>';
|
||||
});
|
||||
elemInnerHtml += "</div></h3><p>" + entry.description + "</p></a>" + '\n';
|
||||
tr.innerHTML = elemInnerHtml;
|
||||
|
|
Loading…
Reference in a new issue