aboutsummaryrefslogtreecommitdiff
path: root/templates/searchresults.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/searchresults.html')
-rw-r--r--templates/searchresults.html2
1 files changed, 1 insertions, 1 deletions
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<m.tags.length; ++ti) {