From 5fbac03b08e89263aba1ec286b30e9368f21b948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 11 Feb 2008 18:07:44 +0000 Subject: [PATCH] use MAIN_WIDTH to control width --- htmlui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htmlui.c b/htmlui.c index eedd22cd..476838b4 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");