From cc1ffd01477d3ac693480a35b9d23633a4137a0c Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 21 Feb 2007 23:16:23 +0000 Subject: [PATCH] Deleting inline styles from the "incompatible" table. MDL-8419 --- admin/blocks.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/blocks.php b/admin/blocks.php index ea23c11aa4..0e2a5a9456 100644 --- a/admin/blocks.php +++ b/admin/blocks.php @@ -232,9 +232,8 @@ $table->define_headers(array($strname, $strdelete)); $table->define_baseurl($CFG->wwwroot.'/'.$CFG->admin.'/blocks.php'); - $table->set_attribute('cellspacing', '0'); $table->set_attribute('id', 'incompatible'); - $table->set_attribute('class', 'generaltable generalbox'); + $table->set_attribute('class', 'flexible generaltable generalbox boxaligncenter boxwidthwide'); $table->setup(); -- 2.39.5