diff --git a/htmlui.c b/htmlui.c index 67f4fb9b..b35c3b71 100644 --- a/htmlui.c +++ b/htmlui.c @@ -391,24 +391,25 @@ output_event(http_connection_t *hc, tcp_queue_t *tq, th_channel_t *ch, "" "%02d:%02d - %02d:%02d" "%s", + "float: left%s\">%s", bufa, overlibstuff, simple ? 80 : 100, e == cur ? ";font-weight:bold" : "", a.tm_hour, a.tm_min, b.tm_hour, b.tm_min, - simple ? 100 : 350, + simple ? 100 : 330, e == cur ? ";font-weight:bold" : "", title ); if(!pvrstatus_to_html(pvrstatus, &pvr_txt, &pvr_color)) { tcp_qprintf(tq, - "" - "%s
", + "%s
", pvr_color, pvr_txt); + } else { - tcp_qprintf(tq, "
"); + tcp_qprintf(tq, "
"); } }