From 86ec199126f412cc5633568538e0a1d7c2b04141 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Wed, 7 Nov 2012 16:39:49 +0100 Subject: [PATCH] using a better file name --- htroot/js/yacyinteractive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/js/yacyinteractive.js b/htroot/js/yacyinteractive.js index 07516e384..1635a072e 100644 --- a/htroot/js/yacyinteractive.js +++ b/htroot/js/yacyinteractive.js @@ -223,7 +223,7 @@ function resultLine(type, item, linenumber) { html += "" + protocol + ""; html += "" + host + ""; html += "" + path + ""; - html += "" + title + ""; + html += "" + item.link + ""; if (item.sizename == "-1 bytes") html += ""; else html += "" + item.sizename + ""; //html += "" + item.description + ""; html += "" + pd + "";