From 1cf0f35621e6ea03af08f2b292c41fbcd3fd0a66 Mon Sep 17 00:00:00 2001 From: Michael Christen Date: Wed, 28 Dec 2011 01:12:44 +0100 Subject: [PATCH] the link to the path shall be the path --- 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 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 + "";