From a652f09bcc82860b60919ee12a6ac35670764909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Wed, 13 Feb 2008 21:44:13 +0000 Subject: [PATCH] fix html layout bug --- htmlui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlui.c b/htmlui.c index a9579c05..18fe2ba1 100644 --- a/htmlui.c +++ b/htmlui.c @@ -2187,7 +2187,7 @@ page_search(http_connection_t *hc, const char *remain, void *opaque) "
%s, %d/%d
", days[day.tm_wday], day.tm_mday, day.tm_mon + 1); } - output_event(hc, &tq, e->e_ch, e, simple, 1, 1, 700); + output_event(hc, &tq, e->e_ch, e, simple, 1, 1, 600); } } epg_unlock();