diff --git a/src/fe-common/core/formats.c b/src/fe-common/core/formats.c index 8d8ccaac..a369c209 100644 --- a/src/fe-common/core/formats.c +++ b/src/fe-common/core/formats.c @@ -431,7 +431,7 @@ static char *get_server_tag(THEME_REC *theme, TEXT_DEST_REC *dest) if (servers->next != NULL) count++; } - if (count == 2 || lookup_servers != NULL) { + if (count < 2 && lookup_servers != NULL) { count++; if (lookup_servers->next != NULL) count++;