From 13dd16d1ddc6397016e994458d57d6427371c75c Mon Sep 17 00:00:00 2001 From: borg-0300 Date: Wed, 5 Oct 2005 16:00:16 +0000 Subject: [PATCH] small change git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@861 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/IndexControl_p.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/IndexControl_p.java b/htroot/IndexControl_p.java index 400b1fef5..7f86197bd 100644 --- a/htroot/IndexControl_p.java +++ b/htroot/IndexControl_p.java @@ -446,7 +446,7 @@ public class IndexControl_p { result.append("No URL entries related to this word hash ").append(keyhash).append("."); } else { final Enumeration en = index.elements(true); - result.append("URL entries related to this word hash ").append(keyhash).append("
"); + result.append("URL entries related to this word hash ").append(keyhash).append("

"); result.append("
"); String us, uh; int i = 0;