mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
No cell spacing
This commit is contained in:
parent
02039b168f
commit
e14496ec4f
@ -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) {
|
||||
|
@ -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 ...
|
||||
|
||||
|
@ -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 ...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user