From e3b7c839fd116705fa1f9da8a73e1c405b765f5c Mon Sep 17 00:00:00 2001 From: kor Date: Fri, 12 Jul 2024 18:02:51 +0200 Subject: [PATCH] Add linkt to page with all indexed pages --- src/typesenseInstantSearchInit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typesenseInstantSearchInit.js b/src/typesenseInstantSearchInit.js index 49e079a..2813d29 100644 --- a/src/typesenseInstantSearchInit.js +++ b/src/typesenseInstantSearchInit.js @@ -154,7 +154,7 @@ const typesenseInstantSearchCreateDomElements = () => { if (timestampElement) { // Extracting and logging the content of the paragraph const timestampContent = timestampElement.textContent; - document.querySelector('#index-created-timestamp-target-search-modal').textContent = timestampContent; + document.querySelector('#index-created-timestamp-target-search-modal').textContent = `` + timestampContent + ``; } else { console.log('Element with id "index-created-timestamp-source" not found.'); }