fix html layout bug

This commit is contained in:
Andreas Öman 2008-02-13 21:44:13 +00:00
parent dc86a566fa
commit a652f09bcc

View file

@ -2187,7 +2187,7 @@ page_search(http_connection_t *hc, const char *remain, void *opaque)
"<br><b><i>%s, %d/%d</i></b><br>",
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();