From 4487e78ee41156ac60eba3fde44d64feae2c1891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 10 Feb 2008 14:00:07 +0000 Subject: [PATCH] dont float any description if the description string is empty --- htmlui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlui.c b/htmlui.c index 738550af..6a0bf1a2 100644 --- a/htmlui.c +++ b/htmlui.c @@ -364,7 +364,7 @@ output_event(http_connection_t *hc, tcp_queue_t *tq, th_channel_t *ch, cur = epg_event_get_current(ch); - if(!simple && e->e_desc != NULL) { + if(!simple && e->e_desc != NULL && e->e_desc[0] != 0) { esacpe_char(bufa, sizeof(bufa), e->e_desc, '\'', ""); snprintf(overlibstuff, sizeof(overlibstuff),