From 0fcc07d3f7f7e23a88696456291737077e67daa1 Mon Sep 17 00:00:00 2001 From: borg-0300 Date: Sun, 22 Jan 2006 15:44:46 +0000 Subject: [PATCH] "unresolved URL Hash" entries now checked git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1404 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/IndexControl_p.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htroot/IndexControl_p.java b/htroot/IndexControl_p.java index f6cb81323..4309f4615 100644 --- a/htroot/IndexControl_p.java +++ b/htroot/IndexControl_p.java @@ -464,10 +464,11 @@ public class IndexControl_p { while (iter.hasNext()) { us = iter.next().toString(); uh = (String[]) tm.get(us); - result.append(""); if (us.equals(uh[0])) { + result.append(""); result.append("").append(uh[0]).append(" <unresolved URL Hash>
"); } else { + result.append(""); result.append("")