mirror of
https://github.com/moodle/moodle.git
synced 2025-06-02 06:05:31 +02:00
fixed broken table layout in blog MDL-6806
This commit is contained in:
parent
dc754f4f56
commit
290cf2f484
@ -240,3 +240,6 @@ if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) {
|
||||
print '<!-- Begin page content -->' . "\n";
|
||||
print '<td width="*">';
|
||||
?>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td height="100%" valign="top">
|
||||
|
Loading…
x
Reference in New Issue
Block a user