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 + "";