xhtml fixing in logs and reports, code cleanup MDL-8187

This commit is contained in:
skodak
2007-01-15 21:28:25 +00:00
parent d256515fba
commit 5577ceb354
9 changed files with 111 additions and 83 deletions
+1 -1
View File
@@ -2600,7 +2600,7 @@ function admin_externalpage_print_header($adminroot) {
blocks_preferred_width($pageblocks[BLOCK_POS_LEFT]),
BLOCK_L_MAX_WIDTH);
$PAGE->print_header();
echo '<table id="layout-table"><tr>';
echo '<table id="layout-table" summary=""><tr>';
echo '<td style="width: ' . $preferred_width_left . 'px;" id="left-column">';
blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT);
echo '</td>';