From: Andreas Ă–man Date: Mon, 11 Feb 2008 18:07:44 +0000 (+0000) Subject: use MAIN_WIDTH to control width X-Git-Tag: 2.12~1214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fbac03b08e89263aba1ec286b30e9368f21b948;p=thirdparty%2Ftvheadend.git use MAIN_WIDTH to control width --- diff --git a/htmlui.c b/htmlui.c index eedd22cd4..476838b4d 100644 --- a/htmlui.c +++ b/htmlui.c @@ -267,8 +267,8 @@ box_bottom(tcp_queue_t *tq) static void top_menu(http_connection_t *hc, tcp_queue_t *tq) { - tcp_qprintf(tq, "
"); + tcp_qprintf(tq, "
", MAIN_WIDTH); box_top(tq, "box");