diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-01-24 01:50:59 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-01-24 01:50:59 +0100 |
| commit | 8eebeea533d1351bc065ba4bcd1e8edb437f8a75 (patch) | |
| tree | a6d8a8fa36c4806035855f0de706754da239b096 /htroot/ViewFile.html | |
| parent | 5bed1a78930556a5083a42750bfda40909f55633 (diff) | |
fix for search result link in ViewFile
Diffstat (limited to 'htroot/ViewFile.html')
| -rw-r--r-- | htroot/ViewFile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ViewFile.html b/htroot/ViewFile.html index d7c36e5f9..abda39d6d 100644 --- a/htroot/ViewFile.html +++ b/htroot/ViewFile.html @@ -46,7 +46,7 @@ function updatepage(str) { html += "<td>URL from index (total results = " + totalResults + ")<\/td>";
for (var i = 0; i < firstChannel.items.length; i++) {
item = firstChannel.items[i];
- html += "<tr class=\"TableCellLight\"><td align=\"left\"><a href=\"HostBrowser.html?urlstringsearch=&urlstring=" + item.link + "\">" + item.link + "<\/a><\/td>";
+ html += "<tr class=\"TableCellLight\"><td align=\"left\"><a href=\"ViewFile.html?url=" + item.link + "\">" + item.link + "<\/a><\/td>";
}
html += "<\/table>";
}
|
