Fixed some width="*" in layout tables

This commit is contained in:
moodler
2006-09-25 14:40:26 +00:00
parent 479eea4149
commit a06c8c2cd1
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2386,7 +2386,7 @@ function admin_externalpage_print_header($adminroot) {
echo '<td style="width: ' . $preferred_width_left . 'px;" id="left-column">';
blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT);
echo '</td>';
echo '<td id="middle-column" width="*">';
echo '<td id="middle-column">';
} else {
print_header();
}