From 45a95ef439342b0b5d823ce5d476a22325dc7338 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 15 Oct 2023 23:19:13 +0200 Subject: switch title to name in search machinery --- templates/searchresults.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/searchresults.html b/templates/searchresults.html index 5ced869..0077c73 100644 --- a/templates/searchresults.html +++ b/templates/searchresults.html @@ -81,7 +81,7 @@ var out = document.createElement("li") var a = document.createElement("a") a.className = "search-result" - a.appendChild(document.createTextNode(m.title)) + a.appendChild(document.createTextNode(m.name)) a.href = r.ref out.appendChild(a) for(var ti=0; ti