summaryrefslogtreecommitdiff
path: root/htroot/js/yacyinteractive.js
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2012-11-07 16:39:49 +0100
committerMichael Peter Christen <mc@yacy.net>2012-11-07 16:39:49 +0100
commit86ec199126f412cc5633568538e0a1d7c2b04141 (patch)
treeaf99e08a89a37d843c31f39d84a10fd7be62528e /htroot/js/yacyinteractive.js
parent93001586a0c05ae4fe48cba266049b6d7ede2986 (diff)
using a better file name
Diffstat (limited to 'htroot/js/yacyinteractive.js')
-rw-r--r--htroot/js/yacyinteractive.js2
1 files changed, 1 insertions, 1 deletions
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 += "<td align=\"left\">" + protocol + "</td>";
html += "<td align=\"left\"><a href=\"" + protocol + "://" + host + "/" + "\">" + host + "</a></td>";
html += "<td align=\"left\"><a href=\"" + protocol + "://" + host + "/" + path + "/\">" + path + "</a></td>";
- html += "<td align=\"left\"><a href=\"" + item.link + "\">" + title + "</a></td>";
+ html += "<td align=\"left\"><a href=\"" + item.link + "\">" + item.link + "</a></td>";
if (item.sizename == "-1 bytes") html += "<td></td>"; else html += "<td align=\"right\">" + item.sizename + "</td>";
//html += "<td>" + item.description + "</td>";
html += "<td align=\"right\">" + pd + "</td>";