diff --git a/htroot/js/yacyinteractive.js b/htroot/js/yacyinteractive.js index 554d5edb8..21d2d21f1 100644 --- a/htroot/js/yacyinteractive.js +++ b/htroot/js/yacyinteractive.js @@ -215,7 +215,7 @@ function resultLine(type, item, linenumber) { html += "" + linenumber + ""; html += "" + protocol + ""; html += "" + host + ""; - html += "" + path + ""; + html += "" + path + ""; html += "" + title + ""; if (item.sizename == "-1 bytes") html += ""; else html += "" + item.sizename + ""; //html += "" + item.description + "";