From: Andreas Ă–man Date: Sun, 10 Feb 2008 14:00:07 +0000 (+0000) Subject: dont float any description if the description string is empty X-Git-Tag: 2.12~1220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4487e78ee41156ac60eba3fde44d64feae2c1891;p=thirdparty%2Ftvheadend.git dont float any description if the description string is empty --- diff --git a/htmlui.c b/htmlui.c index 738550af2..6a0bf1a29 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),