From 8eebeea533d1351bc065ba4bcd1e8edb437f8a75 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Thu, 24 Jan 2013 01:50:59 +0100 Subject: [PATCH] fix for search result link in ViewFile --- htroot/ViewFile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += "URL from index (total results = " + totalResults + ")<\/td>"; for (var i = 0; i < firstChannel.items.length; i++) { item = firstChannel.items[i]; - html += "" + item.link + "<\/a><\/td>"; + html += "" + item.link + "<\/a><\/td>"; } html += "<\/table>"; }