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);