From fc887935b584066754a9da358cd782503838d3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Thu, 17 Apr 2008 16:41:35 +0000 Subject: [PATCH] Set width back to 100% for now --- ajaxui/ajaxui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajaxui/ajaxui.c b/ajaxui/ajaxui.c index bda67cb1..1f75a8c2 100644 --- a/ajaxui/ajaxui.c +++ b/ajaxui/ajaxui.c @@ -408,7 +408,7 @@ ajax_page_root(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
"); - tcp_qprintf(tq, "
"); + tcp_qprintf(tq, "
"); ajax_box_begin(tq, AJAX_BOX_FILLED, "topmenu", NULL, NULL); ajax_box_end(tq, AJAX_BOX_FILLED);