From b4bb48132aa818f90b63925d39b3c73db22393d4 Mon Sep 17 00:00:00 2001 From: karlchenofhell Date: Mon, 11 Jun 2007 23:54:59 +0000 Subject: [PATCH] - fixed -UNRESOLVED_PATTERN- in ViewFile for Link List git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3869 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/ViewFile.java | 1 + 1 file changed, 1 insertion(+) diff --git a/htroot/ViewFile.java b/htroot/ViewFile.java index 79443a310..e768a3620 100644 --- a/htroot/ViewFile.java +++ b/htroot/ViewFile.java @@ -410,6 +410,7 @@ public class ViewFile { prop.put("viewMode_links_" + c + "_type", name); prop.putASIS("viewMode_links_" + c + "_text", markup(wordArray, (String) entry.getValue())); prop.putASIS("viewMode_links_" + c + "_link", markup(wordArray, (String) entry.getKey())); + prop.put("viewMode_links_" + c + "_url", entry.getKey()); prop.put("viewMode_links_" + c + "_attr", ""); dark = !dark; c++;