Added cellspacing to sideblock

This commit is contained in:
moodler
2005-04-01 02:26:28 +00:00
parent 74550a3cbd
commit a4a65bf6f6
+1 -1
View File
@@ -3942,7 +3942,7 @@ function print_side_block_start($heading='', $attributes = array()) {
$attrtext .= ' '.$attr.'="'.$val.'"';
}
echo '<table'.$attrtext.'>';
echo '<table cellspacing="0" '.$attrtext.'>'; // cellspacing is to fix IE bug :-(
if ($heading) {
echo '<tr><th class="header">'.$heading;
if (!empty($CFG->allowuserblockhiding)) {