From: moodler Date: Mon, 20 Mar 2006 15:27:35 +0000 (+0000) Subject: Slight, temporary fix for one thing caused by new print_simple_box (see bug 4943) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8e62501630e878cacd9d9ae582d236e66d95f7ae;p=moodle.git Slight, temporary fix for one thing caused by new print_simple_box (see bug 4943) --- diff --git a/admin/index.php b/admin/index.php index 3ee70d9ac2..db93b82aab 100644 --- a/admin/index.php +++ b/admin/index.php @@ -371,7 +371,7 @@ $table->wrap = array ("nowrap", "nowrap"); $table->cellpadding = 5; $table->cellspacing = 0; - $table->width = "40%"; + $table->width = '100%'; $configdata = '';