From 4d5bb4c4ca6b7efb8f49d8bf39da8d696d3cb067 Mon Sep 17 00:00:00 2001 From: low012 Date: Thu, 16 Dec 2010 18:51:20 +0000 Subject: [PATCH] *) Urks... git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7380 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/cytag.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htroot/cytag.java b/htroot/cytag.java index c19b6cd44..8ed00ba2b 100644 --- a/htroot/cytag.java +++ b/htroot/cytag.java @@ -67,9 +67,9 @@ public class cytag { final String defaultimage; if (post != null && post.get("icon", "").equals("invisible")) { - defaultimage = "redpillmini.png"; - } else { defaultimage = "invisible.png"; + } else { + defaultimage = "redpillmini.png"; } final File iconfile = new File(sb.getAppPath(), "/htroot/env/grafics/" + defaultimage);