fix html layout bug
This commit is contained in:
parent
dc86a566fa
commit
a652f09bcc
1 changed files with 1 additions and 1 deletions
2
htmlui.c
2
htmlui.c
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue