No cell spacing

This commit is contained in:
moodler 2005-03-26 07:18:22 +00:00
parent 02039b168f
commit e14496ec4f
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
$strgroupmy = get_string('groupmy');
$editing = $PAGE->user_is_editing();
echo '<table id="layout-table">';
echo '<table id="layout-table" cellspacing="0">';
echo '<tr>';
if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) {

View File

@ -59,7 +59,7 @@
/// Layout the whole page as three big columns.
echo '<table id="layout-table"><tr>';
echo '<table id="layout-table" cellspacing="0"><tr>';
/// The left column ...

View File

@ -50,7 +50,7 @@
/// Layout the whole page as three big columns.
echo '<table id="layout-table"><tr>';
echo '<table id="layout-table" cellspacing="0"><tr>';
/// The left column ...